[Github!](https://github.com/boomlinde/smidi) *** Simple MIDI ----------- Simple MIDI is a library for parsing byte streams of MIDI and emit MIDI events. - Simple event based interface - Handles running status - Handles system real-time messages Example ------- The example program reads MIDI data on stdin and outputs a textual representation of some MIDI events. Pipe a MIDI stream into it to use as a simple MIDI monitor. ./example