33 #ifndef _NSOUND_FILTER_LOW_PASS_MOOG_VCF_H_
34 #define _NSOUND_FILTER_LOW_PASS_MOOG_VCF_H_
72 plot(
boolean show_fc =
true,
boolean show_phase =
false);
virtual ~FilterLowPassMoogVcf()
virtual float64 filter(const float64 &x)
FilterLowPassMoogVcf(const float64 &sample_rate, const float64 &cutoff_hz, const float64 &resonance)
Base class for IIR Filters, defines the interface.
void _make_filter(float64 cutoff_hz, float64 resonance)
void plot(boolean show_fc=true, boolean show_phase=false)