From 77d5fb7a359e87a51a9eca4adf926d69bc3bdeaf Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 29 Nov 2014 14:32:12 -0500 Subject: Fix write for boolean automation. --- libs/ardour/automation_control.cc | 9 --------- 1 file changed, 9 deletions(-) (limited to 'libs/ardour/automation_control.cc') diff --git a/libs/ardour/automation_control.cc b/libs/ardour/automation_control.cc index d209e733d5..e21fda6874 100644 --- a/libs/ardour/automation_control.cc +++ b/libs/ardour/automation_control.cc @@ -62,15 +62,6 @@ AutomationControl::set_value (double value) { bool to_list = _list && ((AutomationList*)_list.get())->automation_write(); - if (to_list && parameter().toggled()) { - - // store the previous value just before this so any - // interpolation works right - - - _list->add (get_double(), _session.transport_frame()-1); - } - Control::set_double (value, _session.transport_frame(), to_list); Changed(); /* EMIT SIGNAL */ -- cgit v1.2.3