Hello, I’m trying to convert my emulator to a JUCE plugin in order to be able to build a VST3.
I already did that here - midiverb_emulator/MidiverbPlugin at main · thement/midiverb_emulator · GitHub - it builds and it works on my machine (I have a Win10 x64 machine with Microsoft Visual Studio, it loads fine into Ableton and Reaper). However when I distribute the zipped vst3 (MidiverbPlugin.vst3) users often report that it doesn’t work on their machine (when loaded to Reaper or VCVRack, also Win10 x64). For example the VCVRack “HOST FX” reports
Could not initialize plugin "/Midiverb Emulator.vst3".
LoadLibrary failed.
Any ideas what I’ve might missed or what to check out? I tried to load it in Reaper and it works fine, so I was thinking maybe it’s some code signing issue?
Thanks in advance!
