|
FastLED 3.9.15
|
The Message structure contains decoded data of a MIDI message read from the serial port with read()
Definition at line 40 of file midi_Message.h.
#include <midi_Message.h>
Inheritance diagram for Message< SysExMaxSize >: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 |