Most of the MIDI drivers I have on my Windows 7 machine are sharable. I can open them with Sonar, MIDI-OX, and other programs simultaneously. However, it appears the Teensy driver only allows one program to use it at a time. If a second program tries to send a MIDI message to "Teensy MIDI", it gets an error.
Teensy USB MIDI is using the standard driver AFAIK - I didn't have to load any specific MIDI driver. So something in the implementation limits it to a single program?
Is there any way I can enable sharing? Where in the code would that be controlled?
Teensy USB MIDI is using the standard driver AFAIK - I didn't have to load any specific MIDI driver. So something in the implementation limits it to a single program?
Is there any way I can enable sharing? Where in the code would that be controlled?