clean up a-pong
[ardour.git] / gtk2_ardour / vst_plugin_ui.cc
index a964e96b4ee920ecb08f233c6e8cb8f779ade326..c2bf2c6faf754f58c61a0dc59d8d14ffb3cc9617 100644 (file)
@@ -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 ());