Factor out all plumbing in Vst2PluginBridge

So we can reuse it in Vst3PluginBridge later.
This commit is contained in:
Robbert van der Helm
2020-12-03 14:20:42 +01:00
parent f845763af0
commit 6b9ae78b27
5 changed files with 273 additions and 195 deletions
+2
View File
@@ -81,6 +81,8 @@ fs::path find_vst_host(LibArchitecture plugin_arch, bool use_plugin_groups) {
}
fs::path find_vst_plugin() {
// TODO: This has to be able to differentiate between VST2 plugins and VST3
// modules
const fs::path this_plugin_path = get_this_file_location();
fs::path plugin_path(this_plugin_path);