MIDI interpreter using mbed

Dependencies:   MIDI TextLCD mbed

MIDIChannel.h

Committer:
kayekss
Date:
2013-06-14
Revision:
1:af9dd50ffbc2
Parent:
0:93868ff6d1b1

File content as of revision 1:af9dd50ffbc2:

class MIDIChannel {
public:
    uint8_t volume;
    uint8_t expression;
};