From dee990103a1fb607ff401ec7c56e8c241074ffb5 Mon Sep 17 00:00:00 2001 From: Robin Gareus Date: Sat, 15 Jul 2017 20:45:49 +0200 Subject: Consistent Automation evaluation: Rule #89: The *owner* of each automation-control is responsible to evaluate automation of automated automation-controls (and emit Changed() signals to notify the GUI and slaved controls). This can happen during run(), when the Processor evaluates automation (eg. PluginInsert does that), but needs to regardless, every cycle. Emit Changed signal for GainControl This follow the same concept as PluginInsert: The Changed signal is called on demand when evaluating automation. --- libs/ardour/automation_control.cc | 1 + 1 file changed, 1 insertion(+) (limited to 'libs/ardour/automation_control.cc') diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index dbff577ead..c3ad2481d6 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -260,6 +260,7 @@ AutomationControl::set_automation_state (AutoState as) } } else { AutomationWatch::instance().remove_automation_watch (shared_from_this()); + Changed (false, Controllable::NoGroup); } } } -- cgit v1.2.3