Skip to content

backtail/plugins

Repository files navigation

AUDIO PLUGINS

Note

Issues and PRs are only accepted on the Codeberg repo. Github is a mirror only.

Hey, here are my plugins. Written in Rust because how could I not. 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

Mirror from Codeberg

Resources

Stars

Watchers

Forks