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

◆ sendTimeCodeQuarterFrame() [1/2]

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

Send a MIDI Time Code Quarter Frame.

See MIDI Specification for more information.

Parameters
inDataif you want to encode directly the nibbles in your program, you can send the byte here.

Definition at line 414 of file MIDI.hpp.

415{
417}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
void sendCommon(MidiType inType, unsigned=0)
Send a Common message. Common messages reset the running status.
Definition MIDI.hpp:443

References sendCommon(), and TimeCodeQuarterFrame.

+ Here is the call graph for this function: