Teensyduino 1.41: Disable virtual MIDI cables

Status
Not open for further replies.

crustn

Member
Hi everyone,

is there a way to disable the virtual MIDI cables when using "USB Type: all of the above"?

I need Serial, MIDI and Keyboard as USB Type and there is no way to (de-)select Midix16 in this combination.

Thanks
Stefan
 
Yes, there is a way, but not from the Arduino IDE. You need to edit hardware/teensy/avr/cores/teensy/usb_desc.h. You'll find detailed instructions in the comments at the top of that file.
 
Hi Paul,

OK, got it!

Changed line 796
Code:
 #define MIDI_NUM_CABLES       1
Seems to work fine.

Thank you so much for your support.

cheers,
Stefan
 
Status
Not open for further replies.
Back
Top