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

Method sendControlChange

examples/LuminescentGrand/arduino/MIDI.hpp:270–275  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

268 */
269template<class Transport, class Settings, class Platform>
270void MidiInterface<Transport, Settings, Platform>::sendControlChange(DataByte inControlNumber,
271 DataByte inControlValue,
272 Channel inChannel)
273{
274 send(ControlChange, inControlNumber, inControlValue, inChannel);
275}
276
277/*! \brief Send a Polyphonic AfterTouch message (applies to a specified note)
278 \param inNoteNumber The note to apply AfterTouch to (0 to 127).

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected