Home
last modified time | relevance | path

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

/dports/audio/rkr-lv2/rkrlv2-beta_2-2-gd8c17d3/src/
H A DCompBand.C61 lpf2l = new AnalogFilter (2, 2500.0f,.7071f, 0, sample_rate, interpbuf); in CompBand()
105 delete lpf2l; in ~CompBand() local
131 lpf2l->cleanup (); in cleanup()
161 lpf2l->filterout(midll, period); in out()
279 lpf2l->setfreq ((float)value); in setCross2()
H A DMBDist.C61 lpf2l = new AnalogFilter (2, 2500.0f, .7071f, 0, sample_rate, interpbuf);
112 delete lpf2l;
138 lpf2l->cleanup ();
179 lpf2l->filterout(midl,period);
279 lpf2l->setfreq ((float)value);
H A DMBVvol.C55 lpf2l = new AnalogFilter (2, 2500.0f, .7071f, 0, sample_rate, interpbuf); in MBVvol()
92 delete lpf2l; in ~MBVvol() local
113 lpf2l->cleanup (); in cleanup()
138 lpf2l->filterout(midll, period); in out()
343 lpf2l->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