An open API service indexing awesome lists of open source software.

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

Awesome Lists containing this project

README

        

![Build](https://github.com/kushview/everb/actions/workflows/build.yml/badge.svg)

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

![](./screenshot.png)

## 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.