Control Surface main
MIDI Control Surface library for Arduino
Loading...
Searching...
No Matches
Control_Surface_Class.hpp File Reference
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...
class  FilteredAnalog< Precision, FilterShiftFactor, FilterType, AnalogType, IncRes >
 A class that reads and filters an analog input. More...
struct  NormalUpdatable
class  Timer< time >
 A class for easily managing timed events. More...
class  Updatable< T >
 A super class for object that have to be updated regularly. 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.