Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
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.
 

Variable Documentation

◆ Control_Surface

Control_Surface_& Control_Surface
extern

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

Definition at line 338 of file Control_Surface_Class.cpp.