3#include <AH/STL/utility>
20template <
class Enc,
class Sender>
29 int16_t speedMultiply, uint8_t pulsesPerStep,
67template <
class Sender>
70template <
class Sender>
#define BEGIN_CS_NAMESPACE
std::enable_if< has_method_begin< T >::value >::type begin_if_possible(T &t)
Calls the begin() method of t if that method exists.
A super class for object that have to be updated regularly.
Class to keep track of relative position changes of rotary encoders.
int16_t getSpeedMultiply() const
void setSpeedMultiply(int16_t speedMultiply)
int16_t update(Enc_t encval)
An abstract class for rotary encoders that send MIDI events.
int16_t resetPositionOffset()
void setAddress(MIDIAddress address)
Set the MIDI address.
int16_t getSpeedMultiply() const
void setSpeedMultiply(int16_t speedMultiply)
void update() override
Update this updatable.
void begin() override
Initialize this updatable.
MIDIAddress getAddress() const
Get the MIDI address.
GenericMIDIRotaryEncoder(Enc &&encoder, MIDIAddress address, int16_t speedMultiply, uint8_t pulsesPerStep, const Sender &sender)
Construct a new MIDIRotaryEncoder.
EncoderState< decltype(encoder.read())> encstate
A type-safe utility class for saving a MIDI address consisting of a 7-bit address,...