-
Notifications
You must be signed in to change notification settings - Fork 140
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Does it's support ESP32-S3/C3 via USB port? #1030
Comments
The ESP32-S3 is already supported, see https://tttapa.github.io/Control-Surface-doc/Doxygen/d8/d4a/md_pages_MIDI-over-USB.html#espressif-esp32-boards-with-usb-support. The ESP32-C3 does not have a general-purpose USB interface, so it cannot support MIDI over USB. |
Can you check this: https://github.com/esp32beans/ESP32USBMIDI |
(micro B, not type C) But yes, the same applies to Control Surface's MIDI over USB implementation. The "UART" USB port does not (and cannot) support MIDI over USB. |
Could you update example midi via otg port? |
Most of the examples already have it enabled. You simply need to instantiate the |
Could you convert this code to work with control-surface library:
|
Simply replace your own NoteButtonMatrix class by Control Surface's version. Use this example as a starting point. Then use NoteButtonMatrix::getPrevState(col, row) to get the button states to turn on/off the appropriate LEDs. |
Hi,
Can you add support for ESP32-S3/C3 via USB port?
The text was updated successfully, but these errors were encountered: