Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
MIDIRotaryEncoder.hpp File Reference
Include dependency graph for Abstract/MIDIRotaryEncoder.hpp:
This graph shows which files directly or indirectly include this file:

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>

Typedef Documentation

◆ MIDIRotaryEncoder

template<class Sender>
using MIDIRotaryEncoder = GenericMIDIRotaryEncoder<AHEncoder, Sender>

Definition at line 68 of file Abstract/MIDIRotaryEncoder.hpp.

◆ BorrowedMIDIRotaryEncoder

template<class Sender>
using BorrowedMIDIRotaryEncoder = GenericMIDIRotaryEncoder<AHEncoder &, Sender>

Definition at line 71 of file Abstract/MIDIRotaryEncoder.hpp.