summaryrefslogtreecommitdiff
path: root/gtk2_ardour/vst_plugin_ui.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-08-05 02:35:51 +0200
committerRobin Gareus <robin@gareus.org>2016-08-05 02:35:51 +0200
commit836f48457d443b72db2f0630f277718278735e65 (patch)
tree92af5a41c808fe07003822ed8efeebf3c0b22bf3 /gtk2_ardour/vst_plugin_ui.cc
parent65c2e089ab263c83bff7d2e945b80c53f80b749b (diff)
add a "Pin Management" button to the plugin UI-header
Diffstat (limited to 'gtk2_ardour/vst_plugin_ui.cc')
-rw-r--r--gtk2_ardour/vst_plugin_ui.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/gtk2_ardour/vst_plugin_ui.cc b/gtk2_ardour/vst_plugin_ui.cc
index a964e96b4e..c2bf2c6faf 100644
--- a/gtk2_ardour/vst_plugin_ui.cc
+++ b/gtk2_ardour/vst_plugin_ui.cc
@@ -45,6 +45,7 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost:
box->pack_end (save_button, false, false);
box->pack_end (add_button, false, false);
box->pack_end (_preset_combo, false, false);
+ box->pack_end (pin_management_button, false, false);
bypass_button.set_active (!insert->active ());