Skip to content

cvde/RoomReverb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

49 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Room Reverb

Room Reverb is a mono/stereo to stereo algorithmic reverb audio plugin with many presets. It uses the implementation of Moorer's early reflection model and Jon Dattorro's Progenitor Reverb from the Freeverb3 signal processing library.

For more information about Room Reverb, visit my website.

Room Reverb screenshot

Download

The latest version of Room Reverb can be downloaded from my website or the iOS version from the App Store.

Building Room Reverb

Room Reverb uses the JUCE C++ framework. If you are on Linux, you need to install these dependencies first.

# Get the repository including submodules
git clone --recurse-submodules https://github.com/cvde/RoomReverb.git
cd RoomReverb

# Build plugin with CMake
cmake -B build
cmake --build build

After a successful build, the plugin binaries can be found in build/RoomReverb_artefacts.

References

Licenses

Room Reverb is free software and distributed under the GNU General Public License Version 3.

Freeverb3 is free software and distributed under the GNU General Public License Version 2.

JUCE is dual licenced under both the JUCE licence and the GNU General Public License Version 3.

Steinberg VST compatible logo

All other trademarks, registered trademarks and logos or other manufacturers written or shown herein are the property of their respective owners. Use of them does not imply any affiliation with or endorsement by them.