Fix relative grouped + VCA slaved gain
This commit is contained in:
parent
8faf07bd6c
commit
6cc18cef4f
@ -92,7 +92,7 @@ GainControl::inc_gain (gain_t factor)
|
|||||||
* ControlGroup::set_group_values().
|
* ControlGroup::set_group_values().
|
||||||
*/
|
*/
|
||||||
|
|
||||||
const float desired_gain = user_double();
|
const float desired_gain = get_value ();
|
||||||
|
|
||||||
if (fabsf (desired_gain) < GAIN_COEFF_SMALL) {
|
if (fabsf (desired_gain) < GAIN_COEFF_SMALL) {
|
||||||
// really?! what's the idea here?
|
// really?! what's the idea here?
|
||||||
|
Loading…
Reference in New Issue
Block a user