vst3_public_sdk
vst3_public_sdk copied to clipboard
Try loading alternative SO files on 32 bit Linux
When a 32 bit host application is running with a 64 bit Linux kernel, then getCurrentMachineName will return "x86_64", but dlopen will fail with "wrong ELF class: ELFCLASS64". When this happens, our best bet might be to try loading the plugin from "i686-linux" and "i386-linux".
See: https://github.com/steinbergmedia/vst3sdk/issues/115