Hi everyone,
I am sorta new to arduino. I just tested my new Duemilanove with an 8x8 matrix using the LED Control library, and it worked wonderfully.
However, I was wondering if there was a way to call the functions in LED Control library from MATLAB rather than through processing. The reason for this is that I am trying to make a guitar program that displays notes to play on the fretboard of a guitar, but I need to process MIDI files (doable from MATLAB) in order to know what notes to display on the LEDs.
Thanks in advance for any help!
Sorry if this is a stupid question!
-Steve
See:- http://www.arduino.cc/playground/Interfacing/Matlab
but I need to process MIDI files (doable from MATLAB)
There is no reason why you can't do it in Processing though.