gzweigle / DIY-Grand-Digital-Piano

Building a hybrid MIDI digital piano
https://www.youtube.com/@gzpiano88
GNU General Public License v3.0
40 stars 3 forks source link

HW: USB MIDI? #6

Open davidedelvento opened 7 months ago

davidedelvento commented 7 months ago

Great to see that you included DIN-MIDI. It's not clear if the now-more-popular USB-MIDI is supported already. If not, it should be relatively easy to add, since the Teensy 4.1 can act as a USB Host. I did that with the pico using https://github.com/hathach/tinyusb so it should be similarly easy on the Teensy (if not done already -- if done already, this "bug" is mentioning it on the main README)

gzweigle commented 7 months ago

I wish Teensy was not host. But yeah good suggestion for future.