mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-17 14:10:02 +02:00
Factor out all plumbing in Vst2PluginBridge
So we can reuse it in Vst3PluginBridge later.
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user