@dox and I created a few MIDI nodes. Use “Add Library” to get them: awgrover/midi
We’d love to see them used, get feedback, and fix any problems. They’ve only been tested lightly.
Right now, you are limited to the default MIDI serial port (Serial
on most Arduino’s, Serial1
on Leonardo, Due). I’m not sure how to expose multiple serial-ports. Also, I’m pretty sure “thru” doesn’t work.
-
note
starts and stops control-change
program-change
-
bank-program-change
, aka “bank-select” -
note-button
press starts, release stops
I have the code up on https://github.com/awgrover/xod_lib. You can give feedback there, or here.