https://github.com/kushview/roboverb
A VST / VST3 / AU / LV2 / CLAP Reverb Plugin
https://github.com/kushview/roboverb
audiounit-plugins audiounits clap-plugin lv2 lv2-plugin lvtk reverb vst vst3
Last synced: 6 months ago
JSON representation
A VST / VST3 / AU / LV2 / CLAP Reverb Plugin
- Host: GitHub
- URL: https://github.com/kushview/roboverb
- Owner: kushview
- License: gpl-3.0
- Created: 2019-08-11T08:50:28.000Z (about 6 years ago)
- Default Branch: main
- Last Pushed: 2025-02-07T06:11:55.000Z (8 months ago)
- Last Synced: 2025-03-24T10:04:49.025Z (7 months ago)
- Topics: audiounit-plugins, audiounits, clap-plugin, lv2, lv2-plugin, lvtk, reverb, vst, vst3
- Language: C++
- Homepage: https://kushview.net/plugins/roboverb
- Size: 15.4 MB
- Stars: 70
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Roboverb
Robotic reverb, I guess.
Roboverb is designed to produce a distinctive, "robotic" or metallic reverb sound, and its parameters are somewhat unique compared to typical reverb plugins. Here's a breakdown:
* **Core Design:**
* Roboverb is based on a Schroeder digital reverb model.
* It utilizes a network of 8 Comb Filters and 4 All Pass filters. This filter network is what gives Roboverb its characteristic sound.
* **Key Features and Parameters:**
* **Filter Switches:**
* A significant aspect of Roboverb is the presence of switches that allow you to toggle the Comb and All Pass filters on or off. This provides a way to radically alter the reverb's tonal character.
* These switches are a key part of the "robotic" effect, as they allow for manipulation of the filter chain.
* **Tuning of Filter Chain:**
* The "not-so-secret sauce" of Roboverb lies in the specific tuning of its filter chain. This tuning contributes to the plugin's metallic and unique reverb sound.
* **Emphasis on Simplicity:**
* The plugin is designed to be relatively straightforward, prioritizing ease of use over a vast array of numerical parameters.
* Roboverb's design philosophy is to allow for drastic sound changes with a minimal amount of parameter changes.
* **Overall Character:**
* Roboverb is not intended to emulate natural, realistic reverb. Instead, it aims to produce creative and experimental reverb effects.
* It is designed for those who want a very unique, and sometimes "creepy" reverb sound.In essence, Roboverb's parameters revolve around manipulating its internal filter network through on/off switches, rather than traditional reverb controls like decay time or room size. This design choice results in its distinct sonic signature.
#### Building
Roboverb can be built with CMake.```bash
git submodule update --init --recursive --depth=1
cmake -Bbuild -GNinja
cd build
ninja -j4
```