I like noisy and heavy music mostly and are interested in those sounds. I make plugins with lots of love, for fun on linux.
Modified version of Dexed synth filter, low-pass filter with 1-4 pole modes
Low-pass Moog like filter
You need to have basic build tools, mesa and git make install will install in you're home folder in the future I will make root installation.
git clone https://github.com/noisecode3/ra-plugins
cd ra-plugins
git submodule update --init --recursive
make
make install
git clone https://github.com/noisecode3/ra-plugins; cd ra-plugins; git submodule update --init --recursive; make; make install;