MIDI Control Surface library for Arduino
|
Go to the documentation of this file.
8 template <u
int8_t INPUT_PRECISION_BITS>
13 AH::increaseBitDepth<14, INPUT_PRECISION_BITS, uint16_t, uint16_t>(
21 constexpr
static uint8_t
precision() {
return INPUT_PRECISION_BITS; }
constexpr uint8_t getCableNumber() const
Get the cable number [0, 15].
void sendPB(MIDICNChannel address, uint16_t value)
Send a MIDI Pitch Bend event.
#define BEGIN_CS_NAMESPACE
MIDI_Interface & MIDI()
Get the MIDI interface of the Control Surface.
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...
Control_Surface_ & Control_Surface
A predefined instance of the Control Surface to use in the Arduino sketches.
static void send(uint16_t value, MIDICNChannelAddress address)
A class for saving a MIDI channel and cable number.
constexpr static uint8_t precision()
constexpr Channel getChannel() const
Get the channel [CHANNEL_1, CHANNEL_16].