Skip to content

noisecode3/ra-plugins

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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;