#include "Control_Surface_Class.hpp"
#include <AH/Debug/Debug.hpp>
#include <AH/Hardware/ExtendedInputOutput/ExtendedIOElement.hpp>
#include <AH/Hardware/FilteredAnalog.hpp>
#include <MIDI_Constants/Control_Change.hpp>
#include <MIDI_Inputs/MIDIInputElement.hpp>
#include <MIDI_Interfaces/DebugMIDI_Interface.hpp>
#include <MIDI_Outputs/Abstract/MIDIOutputElement.hpp>
#include <Selectors/Selector.hpp>
#include <AH/Arduino-Wrapper.h>
Go to the source code of this file.
Variables | |
Control_Surface_ & | Control_Surface = Control_Surface_::getInstance() |
A predefined instance of the Control Surface to use in the Arduino sketches. | |
Control_Surface_& Control_Surface = Control_Surface_::getInstance() |
A predefined instance of the Control Surface to use in the Arduino sketches.
Definition at line 338 of file Control_Surface_Class.cpp.