| 
   
    MIDI Control Surface library for Arduino 
   | 
 
 
 
 
Go to the documentation of this file.
    3 #include <Settings/SettingsWrapper.hpp> 
  
static MovingCoilBallistics responsiveVU(float Tsfactor=2.0)
 
const float springConstant
 
MovingCoilBallistics(float springConstant, float friction, float mass, float Ts=1.0/MAX_FPS)
 
#define BEGIN_CS_NAMESPACE
 
#define DEBUGVAL(...)
Print multiple expressions and their values to the debug output if debugging is enabled.
 
constexpr uint8_t MAX_FPS
The maximum frame rate of the displays.
 
static MovingCoilBallistics noOvershoot(float Tsfactor=1.0)
 
static MovingCoilBallistics officialVU()
 
float operator()(float input)