13
0

Add runtime option to disable MacVST

This commit is contained in:
Robin Gareus 2016-11-17 14:06:03 +01:00
parent 08f94c0878
commit 170380fda9

View File

@ -302,6 +302,10 @@ PluginManager::refresh (bool cache_only)
BootMessage (_("Discovering Mac VST Plugins"));
}
mac_vst_refresh (cache_only);
} else if (_mac_vst_plugin_info) {
_mac_vst_plugin_info->clear ();
} else {
_mac_vst_plugin_info = new ARDOUR::PluginInfoList();
}
#endif //Native Mac VST SUPPORT