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

◆ isChannelMessage()

template<class Transport, class Settings, class Platform>
bool MidiInterface< Transport, Settings, Platform >::isChannelMessage ( MidiType inType)
inlinestatic

Definition at line 1242 of file MIDI.hpp.

1243{
1244 return (inType == NoteOff ||
1245 inType == NoteOn ||
1246 inType == ControlChange ||
1249 inType == PitchBend ||
1251}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55

References AfterTouchChannel, AfterTouchPoly, ControlChange, NoteOff, NoteOn, PitchBend, and ProgramChange.

Referenced by parse().

+ Here is the caller graph for this function: