MIDI interpreter using mbed

Dependencies:   MIDI TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers Instrument.h Source File

Instrument.h

00001 class Instrument {
00002 public:
00003     uint32_t noteOnMs;
00004     uint8_t channel;
00005     uint8_t noteNumber;
00006     uint8_t velocity;
00007 };