Ported from Arduino MIDI library Orignal: http://www.arduino.cc/playground/Main/MIDILibrary use Serial (UART)
Dependents: MIDI_sample MIDI_usb_bridge MIDI_Interpreter midi-timer ... more
midimsg Struct Reference
#include <MIDI.h>
Data Fields | |
byte | channel |
kMIDIType | type |
byte | data1 |
byte | data2 |
byte | sysex_array [MIDI_SYSEX_ARRAY_SIZE] |
bool | valid |
Detailed Description
The midimsg structure contains decoded data of a MIDI message read from the serial port with read() or thru().
Definition at line 104 of file MIDI.h.
Field Documentation
byte sysex_array[MIDI_SYSEX_ARRAY_SIZE] |
Generated on Tue Jul 12 2022 20:13:45 by 1.7.2