summaryrefslogtreecommitdiff
path: root/gtk2_ardour/rc_option_editor.cc
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2016-07-16 16:37:11 +0200
committerRobin Gareus <robin@gareus.org>2016-07-16 18:50:59 +0200
commit5a8553f02cb9bcbd75b797c6260539f7a8f8e47a (patch)
tree7e8d6baac9076860b51b2e7d605ec02e0d4da30e /gtk2_ardour/rc_option_editor.cc
parent8e48655981ae4b7c64d2a55e01f903eed01b6727 (diff)
repeat "Scan" button in plugin sub-menus
Diffstat (limited to 'gtk2_ardour/rc_option_editor.cc')
-rw-r--r--gtk2_ardour/rc_option_editor.cc7
1 files changed, 7 insertions, 0 deletions
diff --git a/gtk2_ardour/rc_option_editor.cc b/gtk2_ardour/rc_option_editor.cc
index 97b81d8c1d..da0175893f 100644
--- a/gtk2_ardour/rc_option_editor.cc
+++ b/gtk2_ardour/rc_option_editor.cc
@@ -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",