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.
Thank you for this amazing library! Are there any plans on adding support for USB? Many Arduino boards support acting as a USB MIDI controller: https://github.com/arduino-libraries/MIDIUSB And for ESPs there's also a library for this: https://github.com/adafruit/Adafruit_TinyUSB_Arduino
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.