Home
last modified time | relevance | path

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

/dports/audio/eq10q-lv2/eq10q-2.2/
H A Ddynamics.c135 double PGAOut_R; member
268 plugin_data->PGAOut_R = 0.0; in instantiateDyn()
382 … + input_preR)*(1.0 - FeedBack) + (plugin_data->PGAOut_L + plugin_data->PGAOut_R)*FeedBack )*0.5)*… in runDyn()
530 plugin_data->PGAOut_R = (double)input_preR * gain_reduction; in runDyn()
531 …(KeyListen) + (input_preR*(1.0f - DryWet) + makeup*(float)plugin_data->PGAOut_R*DryWet)*(1-KeyLis… in runDyn()