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

◆ sendTuneRequest()

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::sendTuneRequest ( )
inline

Send a Tune Request message.

When a MIDI unit receives this message, it should tune its oscillators (if equipped with any).

Definition at line 388 of file MIDI.hpp.

389{
391}
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 TuneRequest.

+ Here is the call graph for this function: