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

◆ endRpn()

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

Terminate an RPN frame. This will send a Null Function to deselect the currently selected RPN.

Parameters
inChannelThe channel on which the message will be sent (1 to 16).

Definition at line 589 of file MIDI.hpp.

590{
593 mCurrentRpnNumber = 0xffff;
594}
unsigned mCurrentRpnNumber
Definition MIDI.h:279
The main class for MIDI handling. It is templated over the type of serial port to provide abstraction...
Definition MIDI.h:55
void sendControlChange(DataByte inControlNumber, DataByte inControlValue, Channel inChannel)
Send a Control Change message.
Definition MIDI.hpp:270

References mCurrentRpnNumber, RPNLSB, RPNMSB, and sendControlChange().

+ Here is the call graph for this function: