FastLED 3.9.15
Loading...
Searching...
No Matches

◆ Message()

template<unsigned SysExMaxSize>
Message< SysExMaxSize >::Message ( )
inline

Default constructor
Initializes the attributes with their default values.

Definition at line 45 of file midi_Message.h.

46 : channel(0)
48 , data1(0)
49 , data2(0)
50 , valid(false)
51 {
53 }
void * memfill(void *ptr, int value, fl::size num)
Definition memfill.h:11
static const unsigned sSysExMaxSize
Channel channel
DataByte sysexArray[sSysExMaxSize]
bool valid
DataByte data1
MidiType type
DataByte data2