34 void Init(
float sample_rate);
60 inline float Low() {
return out_low_; }
64 inline float High() {
return out_high_; }
68 inline float Band() {
return out_band_; }
72 inline float Notch() {
return out_notch_; }
76 inline float Peak() {
return out_peak_; }
79 float sr_, fc_, res_, drive_, freq_, damp_;
80 float notch_, low_, high_, band_, peak_;
82 float out_low_, out_high_, out_band_, out_peak_, out_notch_;
83 float pre_drive_, fc_max_;