mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 07:14:56 +01:00
Add Preference option to customize VST3 search path
This commit is contained in:
parent
76c86ee96d
commit
5d193f7638
1 changed files with 10 additions and 0 deletions
|
|
@ -3713,6 +3713,16 @@ RCOptionEditor::RCOptionEditor ()
|
||||||
sigc::mem_fun (*this, &RCOptionEditor::clear_vst3_blacklist),
|
sigc::mem_fun (*this, &RCOptionEditor::clear_vst3_blacklist),
|
||||||
_("VST 3 Blacklist:")));
|
_("VST 3 Blacklist:")));
|
||||||
|
|
||||||
|
add_option (_("Plugins/VST"),
|
||||||
|
new RcActionButton (_("Edit"),
|
||||||
|
sigc::bind (sigc::mem_fun (*this, &RCOptionEditor::edit_vst_path),
|
||||||
|
_("Set Additional VST3 Search Path"),
|
||||||
|
PluginManager::instance().get_default_windows_vst_path (),
|
||||||
|
sigc::mem_fun (*_rc_config, &RCConfiguration::get_plugin_path_vst),
|
||||||
|
sigc::mem_fun (*_rc_config, &RCConfiguration::set_plugin_path_vst)
|
||||||
|
),
|
||||||
|
_("Additional VST3 Path:")));
|
||||||
|
|
||||||
|
|
||||||
#if (defined WINDOWS_VST_SUPPORT || defined MACVST_SUPPORT || defined LXVST_SUPPORT)
|
#if (defined WINDOWS_VST_SUPPORT || defined MACVST_SUPPORT || defined LXVST_SUPPORT)
|
||||||
add_option (_("Plugins/VST"), new OptionEditorHeading (_("VST2/VST3")));
|
add_option (_("Plugins/VST"), new OptionEditorHeading (_("VST2/VST3")));
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue