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

◆ getChannelFromStatusByte()

template<class Transport, class Settings, class Platform>
Channel MidiInterface< Transport, Settings, Platform >::getChannelFromStatusByte ( byte inStatus)
inlinestatic

Returns channel in the range 1-16.

Definition at line 1236 of file MIDI.hpp.

1237{
1238 return Channel((inStatus & 0x0f) + 1);
1239}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
byte Channel
Definition midi_Defs.h:58

Referenced by parse().

+ Here is the caller graph for this function: