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

◆ getData2()

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

Get the second data byte of the last received message.

Definition at line 1159 of file MIDI.hpp.

1160{
1161 return mMessage.data2;
1162}
MidiMessage mMessage
Definition MIDI.h:283

References mMessage.

Referenced by handleNullVelocityNoteOnAsNoteOff().

+ Here is the caller graph for this function: