MIDI interpreter using mbed

Dependencies:   MIDI TextLCD mbed

Revision:
0:93868ff6d1b1
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/MIDIChannel.h	Fri Jun 14 09:25:58 2013 +0000
@@ -0,0 +1,5 @@
+class MIDIChannel {
+public:
+    uint8_t volume;
+    uint8_t expression;
+};