mirror of
https://github.com/robbert-vdh/yabridge.git
synced 2026-05-09 20:29:10 +02:00
Fix loading 32-bit VST3 plugins
This is why GHC warns on shadowing by default. Probably.
This commit is contained in:
@@ -155,7 +155,7 @@ fs::path find_plugin_library(const fs::path& this_plugin_path,
|
|||||||
if (!fs::exists(candidate_path)) {
|
if (!fs::exists(candidate_path)) {
|
||||||
// Try the 32-bit version no 64-bit version exists (although, is
|
// Try the 32-bit version no 64-bit version exists (although, is
|
||||||
// there a single VST3 plugin where this is the case?)
|
// there a single VST3 plugin where this is the case?)
|
||||||
fs::path candidate_path =
|
candidate_path =
|
||||||
bundle_home / "Contents" / "x86-win" / win_module_name;
|
bundle_home / "Contents" / "x86-win" / win_module_name;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user