summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.h
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2015-10-28 04:06:14 +0100
committerRobin Gareus <robin@gareus.org>2015-10-28 04:06:14 +0100
commit5dd5bf0f706e5912383bf38fcd7635b42fc6ec4a (patch)
tree1ced235147af24f37201070fd57e36b36754f8a7 /gtk2_ardour/lv2_plugin_ui.h
parent997f47360d35dad3347861e389166149cbd6a5f0 (diff)
notify LV2 GUIs about port-changes when loading presets
Diffstat (limited to 'gtk2_ardour/lv2_plugin_ui.h')
-rw-r--r--gtk2_ardour/lv2_plugin_ui.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/lv2_plugin_ui.h b/gtk2_ardour/lv2_plugin_ui.h
index f7f2d99641..da6ffca957 100644
--- a/gtk2_ardour/lv2_plugin_ui.h
+++ b/gtk2_ardour/lv2_plugin_ui.h
@@ -118,6 +118,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
bool configure_handler (GdkEventConfigure*);
void save_plugin_setting ();
void output_update();
+ void queue_port_update();
bool is_update_wanted(uint32_t index);
virtual bool on_window_show(const std::string& title);