chegewara / EspTinyUSB

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

Implementing another Midi Library? #115

Open jhsa opened 1 year ago

jhsa commented 1 year ago

I do apologize for posting this here, but I cannot find any wiki tab on this Github project. I would like to use this library with MIDI. I am a beginner but I did try to understand the MIDI code. The only example only teaches how to play a song but most of us Midi users really use it to communicate between midi devices, so examples on how to send and receive midi messages would be much more useful. the example does explain how to send midi messages, but couldn't find anything about receiving them. Again, I am a beginner on Arduino coding, and I do apologize for that. Also, is there a way to turn MIDI Thru on or off? A feature request if allowed, would it be possible to allow the use of the very known, and excellent Midi library from FortySevenEffects? Here is the link to it. This library has lots of options and features. Thank you in advance for your patience and great work.

https://github.com/FortySevenEffects/arduino_midi_library

jhsa commented 1 year ago

Also, we need to add this line to the example for it to work, at least on windows 10.

midi.setBaseEP(3);