summaryrefslogtreecommitdiff
path: root/gtk2_ardour/lv2_plugin_ui.h
diff options
context:
space:
mode:
authorCarl Hetherington <carl@carlh.net>2011-03-04 23:14:16 +0000
committerCarl Hetherington <carl@carlh.net>2011-03-04 23:14:16 +0000
commitfb2ef7cb9a6d903181da3b1d4681dc3faa778d1a (patch)
tree5c9835f4d49bb51b51def036cbc5bbf187a91b4b /gtk2_ardour/lv2_plugin_ui.h
parentb20a139129eda1b963798340d067bec849eb8f6e (diff)
Call PluginControl when a LV2 GUI control changes, rather than calling the plugin directly. Fixes problems with ganged mono plugins on multi-channel tracks.
git-svn-id: svn://localhost/ardour2/branches/3.0@9076 d708f5d6-7413-0410-9779-e7cbd77b26cf
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 37234c59eb..e267ecab6c 100644
--- a/gtk2_ardour/lv2_plugin_ui.h
+++ b/gtk2_ardour/lv2_plugin_ui.h
@@ -69,6 +69,7 @@ class LV2PluginUI : public PlugUIBase, public Gtk::VBox
Gtk::Widget* _gui_widget;
SLV2UIInstance _inst;
float* _values;
+ std::vector<boost::shared_ptr<ARDOUR::AutomationControl> > _controllables;
struct lv2_external_ui_host _external_ui_host;
LV2_Feature _external_ui_feature;