FastLED 3.9.15
Loading...
Searching...
No Matches

◆ sendAfterTouch() [1/2]

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::sendAfterTouch ( DataByte inNoteNumber,
DataByte inPressure,
Channel inChannel )
inline

Send a Polyphonic AfterTouch message (applies to a specified note)

Parameters
inNoteNumberThe note to apply AfterTouch to (0 to 127).
inPressureThe amount of AfterTouch to apply (0 to 127).
inChannelThe channel on which the message will be sent (1 to 16).
See also
Replaces sendPolyPressure (which is now deprecated).

Definition at line 310 of file MIDI.hpp.

313{
315}
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
void send(const MidiMessage &)
Send a MIDI message.
Definition MIDI.hpp:118

References AfterTouchPoly, and send().

+ Here is the call graph for this function: