summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vst_plugin_ui.h
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-03-06 19:05:29 -0500
committerDavid Robillard <d@drobilla.net>2015-03-07 14:04:45 -0500
commit0cb096a9782bd13188e7add156af0a4c5e846e86 (patch)
tree6ca3a259d810bd8cd96ec083eaebbb504a511602 /gtk2_ardour/vst_plugin_ui.h
parent7eb849ad2142cab7291b8d2d79563e32c92a29d1 (diff)
Use Ardour widgets consistently in plugin UI.
Several reasons: * This previously looked horribly inconsistent. * The Gtk selector was broken for plugins with many presets, making it impossible to select presets. For whatever reason, the use of a menu fixes this bug. * Towards a hierarchical menu for banked presets.
Diffstat (limited to 'gtk2_ardour/vst_plugin_ui.h')
-rw-r--r--gtk2_ardour/vst_plugin_ui.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk2_ardour/vst_plugin_ui.h b/gtk2_ardour/vst_plugin_ui.h
index 7339186975..8996fe0a21 100644
--- a/gtk2_ardour/vst_plugin_ui.h
+++ b/gtk2_ardour/vst_plugin_ui.h
@@ -52,7 +52,7 @@ protected:
private:
bool configure_handler (GdkEventConfigure *);
- void preset_selected ();
+ void preset_selected (ARDOUR::Plugin::PresetRecord preset);
};
#endif