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

◆ endNrpn()

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

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

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

Definition at line 669 of file MIDI.hpp.

670{
673 mCurrentNrpnNumber = 0xffff;
674}
unsigned mCurrentNrpnNumber
Definition MIDI.h:280
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 mCurrentNrpnNumber, NRPNLSB, NRPNMSB, and sendControlChange().

+ Here is the call graph for this function: