Skip to content

DISTRHO/DIE-Plugins

main
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
 
 
 
 
 
 
 
 
 
 
 
 
 
 

DIE-Plugins

This is a collection of plugins imported into the DISTRHO project for easy packaging.
They are simply to die for ;)

DIE stands for DISTRHO Imported Effect.
It is a play on words from the first imported plugins, "ACE", from the Ardour project.

Imported plugins have their bundle and URIs renamed, in order to make them compatible with the originals.

The current list of imported plugins so far are:

  • Ardour (Community Effect)
    Reason: So you no longer need to build the entire Ardour codebase to get these plugins.

Building

DIE-Plugins currently requires the following external libraries:

  • LV2
  • glib2.0
  • sndfile

With those installed, one can build the source code by simply running:

make

Compiled LV2 plugins will be placed in the bin/ directory.
To install system-wide, you can run something like:

sudo make install PREFIX=/usr/local