Skip to content

Latest commit

 

History

History
31 lines (22 loc) · 917 Bytes

README.md

File metadata and controls

31 lines (22 loc) · 917 Bytes

Robot Audio Plugins

I like noisy and heavy music mostly and are interested in those sounds. I make plugins with lots of love, for fun on linux.

screenshot

Hexed Filter

Modified version of Dexed synth filter, low-pass filter with 1-4 pole modes

Moog Filter

Low-pass Moog like filter

Prepare

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.

installation Guide:

git clone https://github.com/noisecode3/ra-plugins
cd ra-plugins
git submodule update --init --recursive
make
make install

COPY and PASTE ME to install:

git clone https://github.com/noisecode3/ra-plugins; cd ra-plugins; git submodule update --init --recursive; make; make install;