BillyDM / vitalium-verb

A Rust port of the reverb module from the Vital/Vitalium synthesizer

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

VitaliumVerb

A Rust port of the reverb module from the Vital/Vitalium synthesizer, allowing it to be used as an effect plugin. There are also some minor improvements and optimizations added.

This plugin has no GUI yet, and I don't plan on making a GUI in the forseeable future. Although if anyone wants to contribute a GUI, I'd be happy to include it!

Download

You can download pre-built binaries for Linux, Windows, and MacOS from the Releases tab.

Building and Installing

After installing Rust and the nightly toolchain (rustup toolchain install nightly), you can compile VitaliumVerb as follows:

cargo +nightly xtask bundle vitalium_verb --release

Then copy /target/bundled/VitaliumVerb.clap and/or /target/bundled/VitaliumVerb.vst3 to the corresponding plugin directories for your OS.

On macOS you may need to disable Gatekeeper as Apple has recently made it more difficult to run unsigned code on macOS.

About

A Rust port of the reverb module from the Vital/Vitalium synthesizer

License:GNU General Public License v3.0


Languages

Language:Rust 100.0%