MIDI interpreter using mbed

Dependencies:   MIDI TextLCD mbed

Instrument.h

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

File content as of revision 0:93868ff6d1b1:

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