Control Surface  1.1.1
MIDI Control Surface library for Arduino
Classes | Variables
Control_Surface_Class.hpp File Reference
#include <AH/Containers/Updatable.hpp>
#include <AH/Hardware/FilteredAnalog.hpp>
#include <AH/Timing/MillisMicrosTimer.hpp>
#include <Display/DisplayElement.hpp>
#include <Display/DisplayInterface.hpp>
#include <MIDI_Interfaces/MIDI_Interface.hpp>
#include <Settings/SettingsWrapper.hpp>
Include dependency graph for Control_Surface_Class.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Control_Surface_
 This class ensures initialization, updating, and interaction between all other classes, it's the glue that holds everything together. More...
 

Variables

Control_Surface_Control_Surface
 A predefined instance of the Control Surface to use in the Arduino sketches. More...
 

Variable Documentation

◆ Control_Surface

Control_Surface_& Control_Surface

A predefined instance of the Control Surface to use in the Arduino sketches.

Definition at line 176 of file Control_Surface_Class.cpp.