Control Surface stm32
MIDI Control Surface library for Arduino
Classes | Typedefs
Abstract/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 = GenericMIDIAbsoluteEncoder< AHEncoder &, Sender >
 

Typedef Documentation

◆ MIDIAbsoluteEncoder

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

◆ BorrowedMIDIAbsoluteEncoder

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