mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-11 17:16:38 +01:00
Fix relative grouped + VCA slaved gain
This commit is contained in:
parent
8faf07bd6c
commit
6cc18cef4f
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue