Awesome
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.
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
- Freeverb3 signal processing library
- Freeverb3 algorithm references
- Freeverb3VST
- Dragonfly Reverb (also based on Freeverb3)
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 commercial JUCE licence and the GNU Affero General Public License Version 3.
<img src="Assets/VST_Compatible_Logo_Steinberg_with_TM_negative.svg" alt="Steinberg VST compatible logo" width="250" height="232"/>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.