Just posting a simple plugin for general use. This is a quick and simple rewrite of the Juce example plugin code to integrate the freeverb libraries (http://freeverb3.sourceforge.net/) for reverb.
I don’t see how the JUCE reverb class is anything like the current Freeverb3 algorithms. It’s way more simple.
I would love to be able to integrate the current Freeverb3 but it’s quite challenging to get the library to compile , at least trying in an M2. I think there might be assembly in there which is not made for ARM64. I spent a full day trying to do it.