A class that converts byte streams into MIDI messages, and stores them in a FIFO. This is useful if you wish to read MIDI messages via polling instead of interrupts. The class supports every type of MIDI message, and System Realtime messages can be interleaved with regular ones.

Revisions of MIDIparser.cpp

Revision Date Message Actions
1:1c3f0c6ea0fb 2016-08-04 Added API documentation File  Diff  Annotate
0:69cbdcd5d770 2016-08-03 Initial commit File  Diff  Annotate