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

Method sendPolyPressure

examples/LuminescentGrand/arduino/MIDI.hpp:285–290  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

283 */
284template<class Transport, class Settings, class Platform>
285void MidiInterface<Transport, Settings, Platform>::sendPolyPressure(DataByte inNoteNumber,
286 DataByte inPressure,
287 Channel inChannel)
288{
289 send(AfterTouchPoly, inNoteNumber, inPressure, inChannel);
290}
291
292/*! \brief Send a MonoPhonic AfterTouch message (applies to all notes)
293 \param inPressure The amount of AfterTouch to apply to all notes.

Callers

nothing calls this directly

Calls 1

sendFunction · 0.50

Tested by

no test coverage detected