|
enum | Type { LOWPASS,
HIGHPASS
} |
|
|
| OnePole (float cutoff, float samplingRate, Type type=LOWPASS) |
|
int | setup (float cutoff, float samplingRate, Type type=LOWPASS) |
|
void | setFilter (float cutoff, Type type=LOWPASS) |
|
float | process (float input) |
|
The documentation for this class was generated from the following files:
- libraries/OnePole/OnePole.h
- libraries/OnePole/OnePole.cpp