MIDIcontroller icon indicating copy to clipboard operation
MIDIcontroller copied to clipboard

Compatibility with other boards

Open ojungleboy opened this issue 1 year ago • 1 comments

Congrats for your work. Sorry if this not the right place for asking this, but would it work with another board such as esp32 or Arduino? Thank you once again

ojungleboy avatar Aug 06 '23 20:08 ojungleboy

This is the place. Unfortunately, this library only makes use of the underlying usbMIDI architecture of the Teensy core library. A lot of the functionality could definitely be used on other boards. I just haven't gotten into that because I'm short on time these days and don't have anything but Teensys to test with anyway.

Check some of the forks though. PatternAgents forked this library and added support for serial MIDI, multiple cables and some other stuff. Pulling that code is on my bucket list. You could try that lib but I've updated this one quite a bit since it was forked so it will be lacking in other areas.

joshnishikawa avatar Aug 11 '23 09:08 joshnishikawa