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.
History
Further API documentation
2016-08-04, by Padman [Thu, 04 Aug 2016 12:15:36 +0000] rev 2
Further API documentation
Added API documentation
2016-08-04, by Padman [Thu, 04 Aug 2016 12:02:12 +0000] rev 1
Added API documentation
Initial commit
2016-08-03, by Padman [Wed, 03 Aug 2016 16:22:22 +0000] rev 0
Initial commit