Add runtime option to disable MacVST
This commit is contained in:
parent
08f94c0878
commit
170380fda9
@ -302,6 +302,10 @@ PluginManager::refresh (bool cache_only)
|
|||||||
BootMessage (_("Discovering Mac VST Plugins"));
|
BootMessage (_("Discovering Mac VST Plugins"));
|
||||||
}
|
}
|
||||||
mac_vst_refresh (cache_only);
|
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
|
#endif //Native Mac VST SUPPORT
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user