USB support? #9
-
Thank you for this amazing library! Are there any plans on adding support for USB? Some ESPs like the ESP32-S3 even support host USB, meaning you could connect a standard USB midi keyboard to it and for Arduinos there are USB host shields to add support for this. It would be great if support for those scenarios could be added at some point. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Have a look at my fork: It should work with any processor which has a standard integration of TinyUSB. Unfortunately the ESP32 is a big mess and I am not sure if I will be able to find a solution there... |
Beta Was this translation helpful? Give feedback.
-
Did you try to use it with the TinyUSB library ? Adafruit_USBD_MIDI extends from Stream: So you can use it as input or output |
Beta Was this translation helpful? Give feedback.
Oops, I just realize that this is not for audio but for midi!