The Message structure contains decoded data of a MIDI message read from the serial port with read()
Definition at line 42 of file midi_Message.h.
#include <midi_Message.h>
Public Member Functions | |
Message () | |
unsigned | getSysExSize () const |
Public Attributes | |
Channel | channel |
DataByte | data1 |
DataByte | data2 |
unsigned | length |
DataByte | sysexArray [sSysExMaxSize] |
MidiType | type |
bool | valid |
Static Public Attributes | |
static const unsigned | sSysExMaxSize = SysExMaxSize |