Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Classes | Typedefs
MIDIAbsoluteEncoder.hpp File Reference
#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
 

Typedef Documentation

◆ MIDIAbsoluteEncoder

Definition at line 91 of file Abstract/MIDIAbsoluteEncoder.hpp.

◆ BorrowedMIDIAbsoluteEncoder

Initial value:
An array wrapper for easy copying, comparing, and iterating.
Definition Array.hpp:32

Definition at line 94 of file Abstract/MIDIAbsoluteEncoder.hpp.