Tag Archives: MIDI

Robotic Glockenspiel and Arduino Midi File Reader Library on Github

In my previous post I pointed to some sources of information about how to read Midi music files. I’ve now Open Sourced my working code.

I’m a total newbie at Git, but even so I’ve managed to create repositories for the Robotic Glockenspiel and the Arduino Midi File Reader library it uses.  See My GitHub  repositories for the current state of things.

Continue reading Robotic Glockenspiel and Arduino Midi File Reader Library on Github

Successfully Reading a Midi File

In my previous post I covered the Arduino-based circuit I built to strike the chimes. I’ve also, with a little effort, gotten the Sparkfun MicroSD shield to work with the Arduino Mega 2560, so I’m now in the thick of writing the software to read music files for the Robotic Glockenspiel.

Not happy with the Arduino Midi libraries I’ve seen (they don’t seem very file-oriented), I’ve written the bones of what will become a Midi file-reading library. This library will enable an Arduino Sketch to read events from a Midi file, one by one, so that it can play the notes with the proper timing.

Continue reading Successfully Reading a Midi File