backtail / plugins

VST3 Plugins backed by #![no_std] implementations

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

AUDIO PLUGINS

Hey, here are my plugins. Written in Rust because I had to. I actually really like nih-plug as a dev platform. Backed by Yanel DSP, my embedded oriented effects library, which means these plugins come with some caviats like non-changeable sampling rate (sometimes).

These effects have no GUI. Can still be used (at least) with Reaper and Live!

Compile it yourself

This will yield a vst3 plugin

$ cargo xtask bundle {project_name} --release

Simple Delay

Does what is says.

Multi Filter

Variable state filter with common filter types. Currently, only Butterworth like behavior. Pretty stable, though and sounds not so bad.

Freeverb

An implementation of the famous Freeverb. Take a look at Yanel DSP, to learn more about the origins of this code.

Stereo VCA

A little experiment with ADSR envelopes and LR panning. Is not useful at all.

About

VST3 Plugins backed by #![no_std] implementations


Languages

Language:Rust 98.4%Language:Nix 1.6%