Tuesday, March 18, 2008

Getting Arduino to Respond to MIDI CC Messages


I have been trying to get Arduino to respond to MIDI CC messages. The way i have been coding, it seems to work great if one is sending one type of CC on one channel, but as soon as multiple channels or CC#s are involved, things start to go downhill.

It is some sort of start, though.

3 comments:

Anonymous said...

hey. is it possible to build a MIDI controller with Arduino as the brain? like attaching real potentiometers and all>?

cheers

Sebastian Tomczak said...

Oh, hey Ikuma.

Yeah, for sure. This is much easier to do than reading MIDI data!

You may be interested in these posts:
http://little-scale.blogspot.com/2007/11/more-pots-and-switches-to-midi-data.html

http://little-scale.blogspot.com/2007/11/pots-and-switches-to-midi-data.html

http://little-scale.blogspot.com/2007/06/arduino-midi-out-example.html

www.tapicerias.nom.es said...

Pretty worthwhile info, thank you for the article.