RSAlgorithmicVerb icon indicating copy to clipboard operation
RSAlgorithmicVerb copied to clipboard

Retro algorithmic reverb plugin in JUCE with multiple algorithms (including emulations of classic hardware) and more to come.

RS Algorithmic Verb

Implements a number of different reverb algorithms, including plate and hall reverbs from Dattorro; Gardner's 1992 room reverbs; 4 feedback delay network reverbs using the "FDN Toolbox"; and two experimental/special-effect reverbs. More algorithms to come.

https://github.com/reillypascal/RSAlgorithmicVerb/assets/94489575/25fd80de-cff3-4200-b1a6-74c84107e8cc

https://github.com/reillypascal/RSAlgorithmicVerb/assets/94489575/352c736c-eec0-4abc-bbc5-bacccbba41c1

Build Dependencies:

  • JUCE (https://juce.com/download/)

  • Projucer (https://docs.juce.com/master/tutorial_new_projucer_project.html) (for creating Xcode/Visual Studio projects in order to build)

macOS:

  • Compiled macOS files are available under "Releases". Unzip the files and place them in
    • Macintosh HD/Library/Audio/Plug-Ins/Components/ (AU)
    • Macintosh HD/Library/Audio/Plug-Ins/VST3/ (VST3)
  • You will likely need to disable Gatekeeper for the plugins. To do this for AU, type...
spctl --add "/Library/Audio/Plug-Ins/Components/RSAlgorithmicVerb.component"

...for VST3...

spctl --add "/Library/Audio/Plug-Ins/VST3/RSAlgorithmicVerb.vst3"
  • You can also add the file path by typing...
spctl --add 

...(with a space at the end) and dragging the plugin file into the terminal, which will automatically add the file path.