Skip to content

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

License

Notifications You must be signed in to change notification settings

BillyDM/vitalium-verb

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages