Open source reverb plugin

Hey guys -

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.

VS2008 and MacOSX builds included.

check it out here:
https://github.com/aaronleese/Reverb-Plugin

Have you seen the Juce Reverb class? I think thats based on the freeverb algorithms.

Ha! Well, nothing like reinventing the wheel once in a while.

1 Like

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.

I recently integrated “MVerb” into a project which is fairly decent sounding. Took a little work to update it but wasn’t too bad.

Or if you need something with a more permissive license: GitHub - mjarmy/dsp-lib: dsp-lib is a collection of utilities related to audio DSP