11namespace ManyAddresses {
26template <
size_t NumBanks>
29 PitchBendSender<14>> {
61 int16_t speedMultiply = 1, uint8_t pulsesPerStep = 4)
65 speedMultiply, pulsesPerStep, {}) {}
#define BEGIN_CS_NAMESPACE
Class for reading quadrature encoders, heavily influenced by http://www.pjrc.com/teensy/td_libs_Encod...
A class for serial-in/parallel-out shift registers, like the 74HC595 that are connected to the SPI bu...
A class that groups Bankable MIDI Output Elements and Bankable MIDI Input Elements,...
An abstract class for rotary encoders that send absolute MIDI events.
A class of MIDIOutputElements that read the input of a quadrature (rotary) encoder and send out absol...
PBAbsoluteEncoder(const Bank< NumBanks > &bank, AHEncoder &&encoder, const Array< MIDIChannelCable, NumBanks > &addresses, int16_t speedMultiply=1, uint8_t pulsesPerStep=4)
Construct a new Bankable PBAbsoluteEncoder object with the given pins, channel, speed factor,...
Class that sends continuous MIDI pitch bend messages with a resolution of 14 bits.
A namespace for MIDI elements that can be added to a Bank, to change their address or channel.
An array wrapper for easy copying, comparing, and iterating.