Clean up generic and LV2 plugin GUI to deal with ParameterChanged(Externally) alteration

This commit is contained in:
Paul Davis 2015-10-20 10:12:51 -04:00
parent f806f059b3
commit ac008dac02
4 changed files with 31 additions and 37 deletions

View file

@ -170,7 +170,6 @@ 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 ();