MIDI interpreter using mbed

Dependencies:   MIDI TextLCD mbed

Embed: (wiki syntax)

« Back to documentation index

Show/hide line numbers MIDIChannel.h Source File

MIDIChannel.h

00001 class MIDIChannel {
00002 public:
00003     uint8_t volume;
00004     uint8_t expression;
00005 };