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

◆ getType()

template<class Transport, class Settings, class Platform>
MidiType MidiInterface< Transport, Settings, Platform >::getType ( ) const
inline

Get the last received message's type.

Returns an enumerated type.

See also
MidiType

Definition at line 1134 of file MIDI.hpp.

1135{
1136 return mMessage.type;
1137}
MidiMessage mMessage
Definition MIDI.h:283

References mMessage.

Referenced by handleNullVelocityNoteOnAsNoteOff().

+ Here is the caller graph for this function: