EspTinyUSB icon indicating copy to clipboard operation
EspTinyUSB copied to clipboard

Implementing another Midi Library?

Open jhsa opened this issue 1 year ago • 1 comments

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 avatar Aug 24 '22 10:08 jhsa

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

midi.setBaseEP(3);

jhsa avatar Aug 24 '22 11:08 jhsa