arduino_midi_library
arduino_midi_library copied to clipboard
(not an issue) I made rtpMIDI to MIDI converter, but it is partially done.
so far, only the NoteOn and NoteOff were tested. but to this part, this code compiles. the problem is, I can't finish it, because I'm not that pro at Arduino and stuff. While it is sufficient for my final project, probably you guys want to finish it? It is based on ESP8266 (Wemos D1).
code : https://pastebin.com/Virjuz1x this issue also open on lathoub/Arduino-AppleMIDI-Library
Thanks, this could be added as an example as-is, with a top-level comment indicating the need to install the AppleMIDI library (as Arduino does not do automatic dependency management).