Hi,
I have a very noob question. Can I build USBMIDI https://github.com/BlokasLabs/usbmidi/tree/master/examples/midictrl using Teensy 3.1 and the Blokas Code?
Hey, looks like Teensy does not support Arduino’s Pluggable USB API, it has its own USB implementation. So our USB MIDI library (meant for boards supporting Pluggable USB API as well as chips with no built-in USB support at all, via V-USB library) can’t be used as-is.
But it’s definitely possible to build an equivalent project just with Teensy, using its own USB MIDI. The non-USB code, like reading potentiometers and buttons, should work as is.
Thx @Giedrius for your answer. The example you sent is perfect! thx again
1 Like