MCPcopy Create free account
hub / github.com/FastLED/FastLED / sendProgramChange

Method sendProgramChange

examples/LuminescentGrand/arduino/MIDI.hpp:257–261  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

255 */
256template<class Transport, class Settings, class Platform>
257void MidiInterface<Transport, Settings, Platform>::sendProgramChange(DataByte inProgramNumber,
258 Channel inChannel)
259{
260 send(ProgramChange, inProgramNumber, 0, inChannel);
261}
262
263/*! \brief Send a Control Change message
264 \param inControlNumber The controller number (0 to 127).

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected