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

◆ sendAfterTouch() [2/2]

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

Send a MonoPhonic AfterTouch message (applies to all notes)

Parameters
inPressureThe amount of AfterTouch to apply to all notes.
inChannelThe channel on which the message will be sent (1 to 16).

Definition at line 297 of file MIDI.hpp.

299{
301}
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 AfterTouchChannel, and send().

+ Here is the call graph for this function: