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

Method sendNoteOff

examples/LuminescentGrand/arduino/MIDI.hpp:245–250  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

243 */
244template<class Transport, class Settings, class Platform>
245void MidiInterface<Transport, Settings, Platform>::sendNoteOff(DataByte inNoteNumber,
246 DataByte inVelocity,
247 Channel inChannel)
248{
249 send(NoteOff, inNoteNumber, inVelocity, inChannel);
250}
251
252/*! \brief Send a Program Change message
253 \param inProgramNumber The Program to select (0 to 127).

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected