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

◆ sendClock()

template<class Transport, class _Settings = DefaultSettings, class _Platform = DefaultPlatform>
void MidiInterface< Transport, _Settings, _Platform >::sendClock ( )
inline

Definition at line 114 of file MIDI.h.

114{ sendRealTime(Clock); };
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
void sendRealTime(MidiType inType)
Send a Real Time (one byte) message.
Definition MIDI.hpp:492

References Clock, and sendRealTime().

+ Here is the call graph for this function: