I am fairly new programing the arduino so I would
greatly appreciate any help you can give!
I am able to get the code and hardware to work great as posted by kuk on the following popular post =
http://www.arduino.cc/cgi-bin/yabb2/YaBB.pl?num=1187962258/0 (thank you kuk!).
But I can only get it to work when the arduino is hooked to the computer via the USB cable. I want to be able to load a program onto the arduino that can take in MIDI data and respond as I please
without the arduino hooked to a computer. For example, I want to hook my MIDI keyboard up to the arduino, play a note, and in turn an LED on one of the digital pins of the arduino lights up (depending on what note I play).
So, can the arduino take in MIDI data and respond without being hooked to a computer? If so, how is the code written?
Thank you SO much for your help! I am working on a project that would greatly benefit from this!