Home
last modified time | relevance | path

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

/dports/audio/whysynth/whysynth-20120903/src/
H A Deffects.c159 r_ynm1 = synth->dc_block_r_ynm1; in effects_process() local
166 r_ynm1 = synth->voice_bus_r[i] - r_xnm1 + r * r_ynm1; in effects_process()
168 out_right[i] = r_ynm1 * dry; in effects_process()
173 synth->dc_block_r_ynm1 = r_ynm1; in effects_process()
H A Ddssp_event.c737 r_ynm1 = synth->dc_block_r_ynm1; in y_synth_render_voices() local
742 r_ynm1 = synth->voice_bus_r[i] - r_xnm1 + r * r_ynm1; in y_synth_render_voices()
744 out_right[i] = r_ynm1; in y_synth_render_voices()
749 synth->dc_block_r_ynm1 = r_ynm1; in y_synth_render_voices()