add a "Pin Management" button to the plugin UI-header

This commit is contained in:
Robin Gareus 2016-08-05 02:35:51 +02:00
parent 65c2e089ab
commit 836f48457d
6 changed files with 25 additions and 0 deletions

View file

@ -241,6 +241,7 @@ LV2PluginUI::LV2PluginUI(boost::shared_ptr<PluginInsert> pi,
_ardour_buttons_box.pack_end (add_button, false, false);
_ardour_buttons_box.pack_end (_preset_combo, false, false);
_ardour_buttons_box.pack_end (_preset_modified, false, false);
_ardour_buttons_box.pack_end (pin_management_button, false, false);
plugin->PresetLoaded.connect (*this, invalidator (*this), boost::bind (&LV2PluginUI::queue_port_update, this), gui_context ());
}