riban-bw / lv2-plugins

LV2 Plugins

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

lv2

A selection of LV2 plugins for Zynthian (and other LV2 hosts).

Multi-Chord

Framework: DISTRHO
Targets: LV2, VST, jackd standalone

MIDI processor to create a chord from each MIDI note received.

Documentation

Installation

To install riban lv2 plugins.

Clone repository and build using make:

git clone --recursive https://github.com/riban-bw/lv2-plugins.git riban-lv2
cd riban-lv2
make
sudo make install

DISTRHO plugin framework is built then each of the riban plugins. The plugins are placed in the bin directory with the LV2 versions within bin/lv2. By default make install will install the LV2 plugins in /usr/lv2. This behaviour may be overriden by setting environmental variable LV2_INSTALL_PREFIX.

To create a Debian package (currently armhf LV2 only):

make deb

The package is created in the bin directory.

About

LV2 Plugins

License:GNU Lesser General Public License v2.1


Languages

Language:Makefile 47.6%Language:C++ 46.0%Language:C 6.4%