rkistner / arcore

MIDI-USB Support for Arduino
Other
192 stars 33 forks source link

MIDI Control Change message #15

Closed UZerbinati closed 10 years ago

UZerbinati commented 10 years ago

How can I change the controller value using the midi event ? Thank You !!!

rkistner commented 10 years ago

I added an example in the Readme - see the controlChange method:

https://github.com/rkistner/arcore/blob/master/README.md#send-a-note-on-and-note-off-every-two-seconds

Let me know if it works, I haven't tested it yet.