#include <AH/STL/utility>
#include <Def/Def.hpp>
#include <Def/TypeTraits.hpp>
#include <MIDI_Outputs/Abstract/EncoderState.hpp>
#include <MIDI_Outputs/Abstract/MIDIOutputElement.hpp>
#include <Submodules/Encoder/AHEncoder.hpp>
Go to the source code of this file.
Classes | |
class | GenericMIDIRotaryEncoder< Enc, Sender > |
An abstract class for rotary encoders that send MIDI events. More... | |
Typedefs | |
template<class Sender > | |
using | MIDIRotaryEncoder = GenericMIDIRotaryEncoder< AHEncoder, Sender > |
template<class Sender > | |
using | BorrowedMIDIRotaryEncoder = GenericMIDIRotaryEncoder< AHEncoder &, Sender > |
using MIDIRotaryEncoder = GenericMIDIRotaryEncoder<AHEncoder, Sender> |
Definition at line 65 of file Abstract/MIDIRotaryEncoder.hpp.
using BorrowedMIDIRotaryEncoder = GenericMIDIRotaryEncoder<AHEncoder &, Sender> |
Definition at line 68 of file Abstract/MIDIRotaryEncoder.hpp.