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

◆ sendRpnValue() [1/2]

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

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

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

Definition at line 556 of file MIDI.hpp.

559{
562}
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: