19template <u
int8_t INPUT_PRECISION_BITS>
34 static_assert(INPUT_PRECISION_BITS <= 14,
35 "Maximum pitch bend resolution is 14 bits");
36 return INPUT_PRECISION_BITS;
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
#define BEGIN_CS_NAMESPACE
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
constexpr MIDIChannelCable getChannelCable() const
Get the channel and cable number.
A class for saving a MIDI channel and cable number.
void sendPitchBend(MIDIChannelCable address, uint16_t value)
Send a MIDI Pitch Bend event.
Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits.
static constexpr uint8_t precision()
Get this sender's precision.
static void send(uint16_t value, MIDIAddress address)
Send a MIDI pitch bend message with the given value and channel+cable.