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

◆ getStatus()

template<class Transport, class Settings, class Platform>
StatusByte MidiInterface< Transport, Settings, Platform >::getStatus ( MidiType inType,
Channel inChannel ) const
inlineprivate

Definition at line 681 of file MIDI.hpp.

683{
684 return StatusByte(((byte)inType | ((inChannel - 1) & 0x0f)));
685}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
byte StatusByte
Definition midi_Defs.h:56

Referenced by send(), and send().

+ Here is the caller graph for this function: