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

◆ sendControlChange()

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::sendControlChange ( DataByte inControlNumber,
DataByte inControlValue,
Channel inChannel )
inline

Send a Control Change message.

Parameters
inControlNumberThe controller number (0 to 127).
inControlValueThe value for the specified controller (0 to 127).
inChannelThe channel on which the message will be sent (1 to 16).
See also
MidiControlChangeNumber

Definition at line 270 of file MIDI.hpp.

273{
275}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
void send(const MidiMessage &)
Send a MIDI message.
Definition MIDI.hpp:118

References ControlChange, and send().

Referenced by beginNrpn(), beginRpn(), endNrpn(), endRpn(), sendNrpnDecrement(), sendNrpnIncrement(), sendNrpnValue(), sendNrpnValue(), sendRpnDecrement(), sendRpnIncrement(), sendRpnValue(), and sendRpnValue().

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