chegewara / EspTinyUSB

ESP32S2 native USB library. Implemented few common classes, like MIDI, CDC, HID or DFU (update).
MIT License
475 stars 70 forks source link

Is the MIDI support working on ESP32 S3 dev module? #93

Closed weshi closed 2 years ago

weshi commented 2 years ago

Hello,

I'm trying to setup the ESP32TinyUSB->device->midi example with a ESP32 S3 dev module board. The sample compiles and loads well (thanks for the good work). When I connected it to the MIDI player app, it can also find and connect to the MIDI device. However, there is no notes sent out from the board.

Anyone has this working with the ESP32 S3 board?

Thanks.

weshi commented 2 years ago

I just searched and found the solution from https://github.com/chegewara/EspTinyUSB/issues/76. Need to call midi.setBaseEP(3) before midi.begin().