Home
last modified time | relevance | path

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

/dports/audio/x42-plugins-lv2/x42-plugins-20211016/darc.lv2/src/
H A Dlv2.c83 float w_lpf; member
196 self->w_lpf = 160.f / sample_rate; in Dyncomp_init()
244 const float w_lpf = self->w_lpf; in Dyncomp_process() local
257 g += w_lpf * (g1 - g); in Dyncomp_process()
293 r += w_lpf * (r1 - r); in Dyncomp_process()