Arduino MIDI Library Version 3.2
|
#include <MIDI.h>
Public Attributes | |
byte | channel |
kMIDIType | type |
byte | data1 |
byte | data2 |
byte | sysex_array [MIDI_SYSEX_ARRAY_SIZE] |
bool | valid |
The midimsg structure contains decoded data of a MIDI message read from the serial port with read() or thru().
byte midimsg::sysex_array[MIDI_SYSEX_ARRAY_SIZE] |
bool midimsg::valid |