mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-04 20:55:48 +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
|
|
@ -26,7 +26,6 @@
|
|||
|
||||
#include <list>
|
||||
#include <map>
|
||||
#include <set>
|
||||
#include <vector>
|
||||
|
||||
#include <gtkmm/widget.h>
|
||||
|
|
@ -65,7 +64,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
|
|||
|
||||
private:
|
||||
|
||||
void control_changed (uint32_t);
|
||||
void parameter_changed (uint32_t, float);
|
||||
|
||||
typedef boost::shared_ptr<ARDOUR::AutomationControl> ControllableRef;
|
||||
|
||||
|
|
@ -86,8 +85,6 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
|
|||
LV2_Feature _parent_feature;
|
||||
Gtk::Window* _win_ptr;
|
||||
void* _inst;
|
||||
typedef std::set<uint32_t> Updates;
|
||||
Updates _updates;
|
||||
|
||||
static void on_external_ui_closed(void* controller);
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue