From 336b2eb9a4a8634bae84a15e952d20335aa28c12 Mon Sep 17 00:00:00 2001 From: Paul Davis Date: Tue, 20 Oct 2015 09:07:51 -0400 Subject: rename ParameterChanged signal in Plugin to ParameterChangedExternally to reflect its intent, and clean up the result. The signal exists to notify listeners that something outside of the host's control (e.g. a plugin's own GUI for AU or VST) has modified a plugin parameter. Previous code had strange feedback loops and ambiguous semantics. Significant modification of LV2 GUI updating was required. Still to be tested for feedback loop issues: AudioUnits --- libs/ardour/vst_plugin.cc | 6 ------ 1 file changed, 6 deletions(-) (limited to 'libs/ardour/vst_plugin.cc') diff --git a/libs/ardour/vst_plugin.cc b/libs/ardour/vst_plugin.cc index 08db7dec5e..1614b1d8fe 100644 --- a/libs/ardour/vst_plugin.cc +++ b/libs/ardour/vst_plugin.cc @@ -117,12 +117,6 @@ VSTPlugin::set_parameter (uint32_t which, float newval) } } -void -VSTPlugin::set_parameter_automated (uint32_t which, float newval) -{ - Plugin::set_parameter_automated (which, newval); -} - uint32_t VSTPlugin::nth_parameter (uint32_t n, bool& ok) const { -- cgit v1.2.3