13 #ifndef __Pd____HighPass__
14 #define __Pd____HighPass__
49 t_sighip *x =
new t_sighip;
56 double perform(
double input);
57 void setCutOff(
double f);
61 std::string pdName =
"hip~";
The Pd++ namespace.
Definition: BandPass.cpp:14
A super class inherited by all Pd++ objects.
Definition: PdMaster.h:62
One-pole high pass filter.
Definition: HighPass.h:31