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

Method sendNoteOn

examples/LuminescentGrand/arduino/MIDI.hpp:226–231  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

224 */
225template<class Transport, class Settings, class Platform>
226void MidiInterface<Transport, Settings, Platform>::sendNoteOn(DataByte inNoteNumber,
227 DataByte inVelocity,
228 Channel inChannel)
229{
230 send(NoteOn, inNoteNumber, inVelocity, inChannel);
231}
232
233/*! \brief Send a Note Off message
234 \param inNoteNumber Pitch value in the MIDI format (0 to 127).

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected