Hi. I think I found a couple of problems with the SOUL_Plugin VST3.
I’m using:
Windows 10 2004 19041.630
Visual Studio 2019
JUCE v6.0.4
SOUL 0.9.61
I built both the Release and the Debug version of the plugin.
-RELEASE:
Every time I try changing and saving a loaded .soul file REAPER crashes. (This doesn’t happen with the Debug version)
Error: “Exception thrown at 0x00007FF89EAF5E16 (ntdll.dll) in reaper.exe: 0xC0000005: Access violation writing location 0x0000000000000024.”
-DEBUG and RELEASE:
The dry uneffected sound is always outputted.
For example: when playing a track through the Reverb example and setting both the “Wet Level” and the “Dry Level” at 0% the dry sound is still outputted.
I tried making a simple effect that only outputs 0.0f to the audioOut and sound still comes out.
I’m not sure if I’m missing something about the language or if this is a bug with the SOUL_Plugin VST3.