50 virtual float put(
float value);
59 float _currentValueStep;
The main Plaquette static class containing all the units.
Definition PqCore.h:60
static Engine & primary()
Returns the main instance of Plaquette.
Definition PqCore.cpp:31
An exponential moving average class.
Definition MovingAverage.h:35
float get()
Returns the value of the moving average. This is undefined if isValid() == false.
Definition MovingAverage.h:73
Simple moving average transform filter.
Definition Smoother.h:29
virtual float get()
Returns smoothed value.
Definition Smoother.h:53
virtual float put(float value)
Pushes value into the unit.
Definition Smoother.cpp:36
A generic class representing a unit in the system.
Definition PqCore.h:335
Engine * engine() const
Returns the engine that owns this unit.
Definition PqCore.h:382