Free and open source VST plugins and instruments
To build the plugins, download the rust programming language and run cargo build
. This will generate all the libraries in ./target/debug/
.
To then bundle the libraries into useable VSTs, run sys/pkg.sh ${plugin_name} ${platform}
. platform
is the type of computer you're using (for example, x86_64-linux
).
You can then move that VST bundle to wherever your DAW reads them from and they should work!
- The RustAudio team's vst-rs library for an easy to use API
- BeanBoy for helping me do hard math