Home
last modified time | relevance | path

Searched refs:hpf2l (Results 1 – 6 of 6) sorted by relevance

/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DCompBand.C63 hpf2l = new AnalogFilter (3, 2500.0f,.7071f, 0, sample_rate, interpbuf); in CompBand()
107 delete hpf2l; in ~CompBand() local
132 hpf2l->cleanup (); in cleanup()
162 hpf2l->filterout(midhl, period); in out()
277 hpf2l->setfreq ((float)value); in setCross2()
H A DMBDist.C63 hpf2l = new AnalogFilter (3, 2500.0f, .7071f, 0, sample_rate, interpbuf);
114 delete hpf2l;
139 hpf2l->cleanup ();
180 hpf2l->filterout(highl,period);
277 hpf2l->setfreq ((float)value);
H A DMBVvol.C57 hpf2l = new AnalogFilter (3, 2500.0f, .7071f, 0, sample_rate, interpbuf); in MBVvol()
94 delete hpf2l; in ~MBVvol() local
114 hpf2l->cleanup (); in cleanup()
139 hpf2l->filterout(midhl, period); in out()
341 hpf2l->setfreq ((float)value); in setCross2()
H A DCompBand.h95 AnalogFilter *lpf2l, *lpf2r, *hpf2l, *hpf2r; variable
H A DMBDist.h92 AnalogFilter *lpf2l, *lpf2r, *hpf2l, *hpf2r; variable
H A DMBVvol.h93 AnalogFilter *lpf2l, *lpf2r, *hpf2l, *hpf2r; variable