Skip to content

x42/plumbing.lv2

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
ttl
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

LV2 Plumbing

A small set of plugins for routing audio and MIDI data, intended to be used with Ardour3's linear processor chain.

Install

  git clone https://github.com/x42/plumbing.lv2
  cd plumbing.lv2
  make

  # deploy with either
  make install LV2DIR=$HOME/.lv2
  # or
  sudo make install PREFIX=/usr