10namespace ManyAddresses {
25template <setting_t NumBanks>
57 int16_t speedMultiply = 1, uint8_t pulsesPerStep = 4)
59 {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 MIDI events and that can be added to a Bank.
A class of MIDIOutputElements that read the input of a quadrature (rotary) encoder and send out relat...
CCRotaryEncoder(const Bank< NumBanks > &bank, AHEncoder &&encoder, const Array< MIDIAddress, NumBanks > &addresses, int16_t speedMultiply=1, uint8_t pulsesPerStep=4)
Construct a new Bankable CCRotaryEncoder object with the given pins, controller, channel,...
Class that sends relative/incremental MIDI control change messages.
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.