Is there any codes around here which reads midi files on arduino board ? The midi file should be stored on sd card.
I want to use midi commands for led lighting, not for tone signals
Is there any codes around here which reads midi files on arduino board ? The midi file should be stored on sd card.
I want to use midi commands for led lighting, not for tone signals
See reply #6 here:-
http://forum.arduino.cc/index.php?topic=186513.0
The MD_MIDIFile library reads MIDI files from an SD card, plays it back in sequenced time and lets you decide what to do with the data through a callback. If you are interested, the library is in my code repository, link in the signature block below.
Thanks marco_c, I knew you had one but couldn't find the link.
To save searching through your repository it is here:- MD_MIDIFile
thank you very much! I will check it out