a-High/LowPass allow 8K samples inclusive
[ardour.git] / gtk2_ardour / vst_plugin_ui.cc
index a5e3afe300bfee1f4722d66127c1e8d05d7ae5a1..532fcf672201b17edf859f2dfd2fcb9011d889fc 100644 (file)
@@ -45,6 +45,8 @@ 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 (_preset_modified, false, false);
+       box->pack_end (pin_management_button, false, false);
 
        bypass_button.set_active (!insert->active ());
 
@@ -94,7 +96,7 @@ VSTPluginUI::package (Gtk::Window& win)
                        _vst->state()->width + _vst->state()->hoffset,
                        _vst->state()->height + _vst->state()->voffset);
 #endif
-       
+
        return 0;
 }