-
Hello everyone! I am making a MIDI controller (obviously ^^) for Ableton using this library but it is still my first real Arduino project and I don't understand everything.. The Program: ` ` |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
you are missing the namespace. Use |
Beta Was this translation helpful? Give feedback.
you are missing the namespace. Use
MIDI.send(MIDI_NAMESPACE::ControlChange,10,127,1);