Skip to content

reillypascal/RSAlgorithmicVerb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

52 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RS Algorithmic Verb

Implements a number of different reverb algorithms, including Dattorro's 1997 plate reverb "in the style of Griesinger;" another large concert hall from Dattorro; Gardner's 1992 room reverbs; and the popular "Freeverb" Schroeder reverb. FDN and other options to come.

Build Dependencies:

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.

About

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

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages