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

◆ getData1()

template<class Transport, class Settings, class Platform>
DataByte MidiInterface< Transport, Settings, Platform >::getData1 ( ) const
inline

Get the first data byte of the last received message.

Definition at line 1152 of file MIDI.hpp.

1153{
1154 return mMessage.data1;
1155}
MidiMessage mMessage
Definition MIDI.h:283

References mMessage.