I’m using the Sparkfun MIDI shield and the (very nice) sample code by Byron Jacquot, MIDI-Sniffer.
I’ve run into a problem that turns out to be a feature of Midi called Running Status where the status byte of a message is allowed to be skipped if it was the same as the last status byte, but the library doesn’t handle this properly.
Before I go and implement Running Status I wondered if I am doing something wrong, if there is a setting already there I can make use of, or if someone else has already solved this before.
Thanks!