GLclampf GLclampf GLclampf alpha
 
This base provides a set of functions for maths stuff. 
 
LowPassFilter_IIR1(double alpha=0.5, double y_k_minus_1=.0)
 
double filter(double x)
Processes one input sample, updates the filter state and return the filtered value. 
 
double alpha
See equation in LowPassFilter_IIR1. 
 
double getLastOutput() const