MIDI interpreter using mbed

Dependencies:   MIDI TextLCD mbed

Instrument.h

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

File content as of revision 1:af9dd50ffbc2:

class Instrument {
public:
    uint32_t noteOnMs;
    uint8_t channel;
    uint8_t noteNumber;
    uint8_t velocity;
};