From 8450921d5309c5ba677997e7ca722a466c8dc222 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 30 Sep 2007 23:36:39 +0000 Subject: Working port notification for LV2 GUIs (ll-plugins VU meter works in Ingen now). git-svn-id: http://svn.drobilla.net/lad/ingen@790 a436a847-0d15-0410-975c-d299462d15a1 --- src/libs/gui/NodeModule.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/libs/gui/NodeModule.hpp') diff --git a/src/libs/gui/NodeModule.hpp b/src/libs/gui/NodeModule.hpp index b35822f4..00e5835d 100644 --- a/src/libs/gui/NodeModule.hpp +++ b/src/libs/gui/NodeModule.hpp @@ -77,6 +77,8 @@ protected: void add_port(SharedPtr port, bool resize=true); void remove_port(SharedPtr port); + void control_change(uint32_t index, float control); + void embed_gui(bool embed); void gui_size_request(Gtk::Requisition* req); @@ -84,6 +86,7 @@ protected: SharedPtr _node; NodeMenu* _menu; + SLV2UIInstance _slv2_ui; Gtk::Widget* _gui; Gnome::Canvas::Widget* _gui_item; }; -- cgit v1.2.1