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 * memset(void *s, int c, size_t n) FL_NOEXCEPT
static const unsigned sSysExMaxSize
Channel channel
DataByte sysexArray[sSysExMaxSize]
bool valid
DataByte data1
MidiType type
DataByte data2