19 OnePole(
float cutoff,
float samplingRate, Type type = LOWPASS);
20 int setup(
float cutoff,
float samplingRate, Type type = LOWPASS);
21 void setFilter(
float cutoff, Type type = LOWPASS);
22 float process(
float input);
27 void setFc(
float cutoff);