#include <AH/STL/type_traits>#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>
Include dependency graph for Abstract/MIDIAbsoluteEncoder.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | GenericMIDIAbsoluteEncoder< Enc, Sender > |
| An abstract class for rotary encoders that send absolute MIDI events. More... | |
Typedefs | |
| template<class Sender > | |
| using | MIDIAbsoluteEncoder = GenericMIDIAbsoluteEncoder<AHEncoder, Sender> |
| template<class Sender > | |
| using | BorrowedMIDIAbsoluteEncoder |
| using MIDIAbsoluteEncoder = GenericMIDIAbsoluteEncoder<AHEncoder, Sender> |
Definition at line 91 of file Abstract/MIDIAbsoluteEncoder.hpp.
| using BorrowedMIDIAbsoluteEncoder |
Definition at line 94 of file Abstract/MIDIAbsoluteEncoder.hpp.