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

◆ sendProgramChange()

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::sendProgramChange ( DataByte inProgramNumber,
Channel inChannel )
inline

Send a Program Change message.

Parameters
inProgramNumberThe Program to select (0 to 127).
inChannelThe channel on which the message will be sent (1 to 16).

Definition at line 257 of file MIDI.hpp.

259{
261}
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 ProgramChange, and send().

+ Here is the call graph for this function: