mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
Show preset-browser button if annoted presets are available
This commit is contained in:
parent
71fa4fa75c
commit
7a66b22428
4 changed files with 12 additions and 1 deletions
|
|
@ -45,6 +45,9 @@ VSTPluginUI::VSTPluginUI (boost::shared_ptr<ARDOUR::PluginInsert> insert, boost:
|
|||
if (insert->controls().size() > 0) {
|
||||
box->pack_end (reset_button, false, false, 4);
|
||||
}
|
||||
if (has_descriptive_presets ()) {
|
||||
box->pack_end (preset_browser_button, false, false);
|
||||
}
|
||||
box->pack_end (delete_button, false, false);
|
||||
box->pack_end (save_button, false, false);
|
||||
box->pack_end (add_button, false, false);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue