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!
This will yield a vst3 plugin
$ cargo xtask bundle {project_name} --release
Does what is says.
Variable state filter with common filter types. Currently, only Butterworth like behavior. Pretty stable, though and sounds not so bad.
An implementation of the famous Freeverb. Take a look at Yanel DSP, to learn more about the origins of this code.
A little experiment with ADSR envelopes and LR panning. Is not useful at all.