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: 4 months 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 1 year ago)
- Default Branch: main
- Last Pushed: 2025-02-16T18:31:29.000Z (4 months ago)
- Last Synced: 2025-02-16T19:29:38.858Z (4 months ago)
- Topics: clap, clap-plugin, lv2, lv2-plugin
- Language: C++
- Homepage: https://kushview.net/plugins
- Size: 99.6 KB
- Stars: 1
- Watchers: 0
- Forks: 0
- 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.