mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-10 00:34:59 +01:00
Revert "rename ParameterChanged signal in Plugin to ParameterChangedExternally to reflect its intent, and clean up the result."
This reverts commit 336b2eb9a4.
This commit is contained in:
parent
740c4dd134
commit
7804a524dc
11 changed files with 106 additions and 115 deletions
|
|
@ -170,6 +170,7 @@ class PlugUIBase : public virtual sigc::trackable, public PBD::ScopedConnectionL
|
|||
void processor_active_changed (boost::weak_ptr<ARDOUR::Processor> p);
|
||||
void plugin_going_away ();
|
||||
void automation_state_changed ();
|
||||
virtual void parameter_changed (uint32_t, float);
|
||||
void preset_added_or_removed ();
|
||||
void update_preset_modified ();
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue