https://github.com/kushview/everb
A basic reverb based on JUCE Reverb
https://github.com/kushview/everb
clap clap-plugin lv2 lv2-plugin
Last synced: 3 days ago
JSON representation
A basic reverb based on JUCE Reverb
- Host: GitHub
- URL: https://github.com/kushview/everb
- Owner: kushview
- License: gpl-3.0
- Created: 2024-02-06T03:21:06.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-13T17:43:23.000Z (about 1 year ago)
- Last Synced: 2025-11-28T23:33:43.456Z (6 months ago)
- Topics: clap, clap-plugin, lv2, lv2-plugin
- Language: C++
- Homepage: https://kushview.net/plugins
- Size: 126 KB
- Stars: 2
- Watchers: 0
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README

# eVerb
A very simple reverb that uses `juce::Reverb` for the business end.

## Parameters
- **Wet Level:** The effect level.
- **Dry Level:** The original audio level.
- **Room size:** Affects the decay time of the reverb.
- **Damping:** Damp reflections.
- **Width:** Stereo spread... I guess.
## Build
```sh
meson setup build
meson compile -C build
meson install -C build --skip-subprojects
```