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

◆ sendTimeCodeQuarterFrame() [2/2]

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::sendTimeCodeQuarterFrame ( DataByte inTypeNibble,
DataByte inValuesNibble )
inline

Send a MIDI Time Code Quarter Frame.

Parameters
inTypeNibbleMTC type
inValuesNibbleMTC data See MIDI Specification for more information.

Definition at line 400 of file MIDI.hpp.

402{
403 const byte data = byte((((inTypeNibble & 0x07) << 4) | (inValuesNibble & 0x0f)));
405}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
void sendTimeCodeQuarterFrame(DataByte inTypeNibble, DataByte inValuesNibble)
Send a MIDI Time Code Quarter Frame.
Definition MIDI.hpp:400
uint8_t byte
Definition midi_Defs.h:36

References sendTimeCodeQuarterFrame().

Referenced by sendTimeCodeQuarterFrame(), and thruFilter().

+ Here is the call graph for this function:
+ Here is the caller graph for this function: