13
0

fix deadlock when assigning a VCA master

This commit is contained in:
Paul Davis 2017-02-22 18:27:07 +01:00
parent c12fa9c3cb
commit 78823e3aa9

View File

@ -149,7 +149,7 @@ SlavableAutomationControl::add_master (boost::shared_ptr<AutomationControl> m, b
const double master_value = m->get_value();
if (master_value == 0.0) {
actually_set_value (0.0, Controllable::NoGroup);
AutomationControl::set_double (0.0, Controllable::NoGroup);
} else {
/* scale control's own value by
amount that the master will