10namespace ManyAddresses {
25template <
size_t NumBanks>
62 int16_t speedMultiply = 1, uint8_t pulsesPerStep = 4)
65 {bank, addresses}, std::move(
encoder), speedMultiply,
#define BEGIN_CS_NAMESPACE
Class for reading quadrature encoders, heavily influenced by http://www.pjrc.com/teensy/td_libs_Encod...
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...
CCAbsoluteEncoder(const Bank< NumBanks > &bank, AHEncoder &&encoder, const Array< MIDIAddress, NumBanks > &addresses, int16_t speedMultiply=1, uint8_t pulsesPerStep=4)
Construct a new Bankable CCAbsoluteEncoder object with the given pins, controller,...
Class that sends continuous MIDI control change messages with a resolution of 7 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.