13 #ifndef __Pd____LowPass__
14 #define __Pd____LowPass__
34 double perform(
double input);
35 void setCutoff(
double cutoff);
50 void ft1(
double f_arg);
60 const std::string pdName =
"lop~";
The Pd++ namespace.
Definition: BandPass.cpp:14
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
A one-pole low pass filter.
Definition: LowPass.h:29