13
0

Fix relative grouped + VCA slaved gain

This commit is contained in:
Robin Gareus 2017-06-12 17:15:07 +02:00
parent 8faf07bd6c
commit 6cc18cef4f

View File

@ -92,7 +92,7 @@ GainControl::inc_gain (gain_t factor)
* ControlGroup::set_group_values().
*/
const float desired_gain = user_double();
const float desired_gain = get_value ();
if (fabsf (desired_gain) < GAIN_COEFF_SMALL) {
// really?! what's the idea here?