/psi-plugins

A repository for LV2 psi-plugins from bsjones

Primary LanguageC++GNU General Public License v2.0GPL-2.0

psi-plugins

psi-plugins is a small collection of LV2 plugins ideal for (but not limited to) electronic music. It uses the ntk widget library (possibly provided by your distribution as non-ntk-devel/ntk-dev)

They are:

super_welle: a 4 oscillator / 16 voice virtual analog unison synthesizer

Image

midi_gate: an enveloped stereo MIDI gate

Image

sidechain_gate: stereo sidechain gate (with hysteresis) based on Steve Harris's Gate plugin

Image

midi_rnd: MIDI randomizer. Randomize incoming MIDI within a range, or relative within an octave range.

Install

./waf configure
./waf
sudo ./waf install

To specify a custom prefix and/or LV2 directory:

./waf configure --prefix=/usr --lv2dir=/usr/lib64/lv2
./waf
sudo ./waf install