mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-15 19:16:40 +01:00
repeat "Scan" button in plugin sub-menus
This commit is contained in:
parent
8e48655981
commit
5a8553f02c
1 changed files with 7 additions and 0 deletions
|
|
@ -2886,6 +2886,9 @@ if (!ARDOUR::Profile->get_mixbus()) {
|
|||
|
||||
#if (defined WINDOWS_VST_SUPPORT || defined LXVST_SUPPORT)
|
||||
add_option (_("Plugins/VST"), new OptionEditorHeading (_("VST")));
|
||||
add_option (_("Plugins/VST"),
|
||||
new RcActionButton (_("Scan for Plugins"),
|
||||
sigc::mem_fun (*this, &RCOptionEditor::plugin_scan_refresh)));
|
||||
|
||||
bo = new BoolOption (
|
||||
"discover-vst-on-start",
|
||||
|
|
@ -2951,7 +2954,11 @@ if (!ARDOUR::Profile->get_mixbus()) {
|
|||
#endif
|
||||
|
||||
#ifdef AUDIOUNIT_SUPPORT
|
||||
|
||||
add_option (_("Plugins/Audio Unit"), new OptionEditorHeading (_("Audio Unit")));
|
||||
add_option (_("Plugins/Audio Unit"),
|
||||
new RcActionButton (_("Scan for Plugins"),
|
||||
sigc::mem_fun (*this, &RCOptionEditor::plugin_scan_refresh)));
|
||||
|
||||
bo = new BoolOption (
|
||||
"discover-audio-units",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue