summaryrefslogtreecommitdiff
path: root/libs/ardour/automation_control.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2017-06-10 14:36:03 +0200
committerRobin Gareus <robin@gareus.org>2017-06-10 14:38:21 +0200
commit2bc2aea009d967fa23f9b04f0dbd2919e68aecb4 (patch)
tree0a55e19ae21041caf0c543982c1780bf4a8f972e /libs/ardour/automation_control.cc
parent50c54250040509080f7686b64739ef94e6d29e51 (diff)
Implement slaved boolean automation and update mute special-case
Diffstat (limited to 'libs/ardour/automation_control.cc')
-rw-r--r--libs/ardour/automation_control.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc
index 7e74ce7cf7..4e81de8aaf 100644
--- a/libs/ardour/automation_control.cc
+++ b/libs/ardour/automation_control.cc
@@ -207,6 +207,7 @@ AutomationControl::set_automation_state (AutoState as)
alist()->set_automation_state (as);
if (_desc.toggled) {
+ Changed (false, Controllable::NoGroup); // notify slaves, update boolean masters
return; // No watch for boolean automation
}