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

◆ sendNrpnValue() [1/2]

template<class Transport, class Settings, class Platform>
void MidiInterface< Transport, Settings, Platform >::sendNrpnValue ( byte inMsb,
byte inLsb,
Channel inChannel )
inline

Send separate MSB/LSB values for the currently selected NRPN number.

Parameters
inMsbThe MSB part of the value to send. Meaning depends on NRPN number.
inLsbThe LSB part of the value to send. Meaning depends on NRPN number.
inChannelThe channel on which the message will be sent (1 to 16).

Definition at line 636 of file MIDI.hpp.

639{
642}
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 DataEntryLSB, DataEntryMSB, and sendControlChange().

+ Here is the call graph for this function: