Replies: 1 comment 1 reply
-
What I do in my code is have the noteOn and noteOff methods alter some global variables that my main loop goes through and sets things up. I'm using an old version of the framework but you can see an example here: https://github.com/Hackmancoltaire/mousepiano/blob/master/GarmentController/GarmentController.ino |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi there, I appreciate this is pretty simple stuff but I would like to receive CC MIDI messages via RTP and use them in an ‘if’ statement to control LEDs.
I’ve managed to send the messages to the arduino and they’re being shown on the serial monitor as ‘noteOn 60’ for example. I’m just wondering how I can interpret these messages into my code.
I can’t seem to find any examples that explain this well.
Any help would be appreciated
Ed
Beta Was this translation helpful? Give feedback.
All reactions