Home
last modified time | relevance | path

Searched refs:Delay_put (Results 1 – 2 of 2) sorted by relevance

/dports/audio/whysynth/whysynth-20120903/src/
H A Deffect_reverb.h110 Delay_put (struct Delay *this, float x) in Delay_put() function
127 Delay_put (this, x); in Delay_putget()
174 Delay_put(delay, x); in Lattice_process()
238 Delay_put(&this->delay, x); in ModLattice_process()
H A Deffect_reverb.c156 Delay_put(&plate->tank.delay[1], xl); in Plate_process()
164 Delay_put(&plate->tank.delay[3], xr); in Plate_process()
309 Delay_put(&delay->delay_l, fia * il + fa * ir); in effect_delay_process()
310 Delay_put(&delay->delay_r, fia * ir + fa * il); in effect_delay_process()
341 Delay_put(&delay->delay_l, fia * il + fa * ir); in effect_delay_process()
342 Delay_put(&delay->delay_r, fia * ir + fa * il); in effect_delay_process()