rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its intent...
authorPaul Davis <paul@linuxaudiosystems.com>
Tue, 20 Oct 2015 14:12:21 +0000 (10:12 -0400)
committerPaul Davis <paul@linuxaudiosystems.com>
Tue, 20 Oct 2015 14:23:49 +0000 (10:23 -0400)
commitf806f059b3c229004cfbac50234062333fc38229
treefbb4c0eb166bcfbb951acd36728001435aa37665
parent7804a524dc106ec1540fa5f02e26f84c71cbef9a
rename Plugin::ParameterChanged to ParameterChangedExternally to reflect its intent, and clean up the libardour side of 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.
libs/ardour/ardour/plugin.h
libs/ardour/ardour/plugin_insert.h
libs/ardour/audio_unit.cc
libs/ardour/plugin.cc
libs/ardour/plugin_insert.cc
libs/ardour/session_vst.cc
libs/ardour/source.cc
libs/ardour/vst_plugin.cc