From 717f1f4583ad124869d413ef5066f83844d03917 Mon Sep 17 00:00:00 2001 From: falkTX Date: Sat, 10 Dec 2016 19:04:17 +0100 Subject: [PATCH] Update Plugins page --- Plugins.php | 70 +++++++++++++++++++++++++++++++++++++---------------- 1 file changed, 49 insertions(+), 21 deletions(-) diff --git a/Plugins.php b/Plugins.php index d035b50..099f492 100644 --- a/Plugins.php +++ b/Plugins.php @@ -22,45 +22,73 @@ include_once("includes/header.php");

distrho-big.png

- DISTRHO provides cross-platform plugins and Linux ports, including HighLife and TAL NoiseMaker.
- The official website for DISTRHO is http://distrho.sourceforge.net/, and its respective forums are located - here. + DISTRHO provides cross-platform plugins and Linux ports, including MVerb and TAL NoiseMaker.
+ The official website for DISTRHO is + http://distrho.sourceforge.net/, and its respective forums are located + here.

- NOTE: This is the project KXStudio uses to release original and Linux-ported audio plugins.
- The split between projects allow us to make plugins non-dependent on KXStudio, but they are still made by the same team.
+ The + + DPF-Plugins + project contains mostly original plugins made with our own framework (dubbed + + DPF), +
+ while + + DISTRHO-Ports + contains ports of 3rd party plugins made with + + Juce.


-

calf.png Calf Plugins

+

dssi-vst

+

+ This was initially a fork of dssi-vst, based on "k_amlie"'s code updates (to make it more RT friendly), + with a few additional fixes including: +

+

- This is a fork of the latest development code of the Calf plugin suite, originally available at http://repo.or.cz/w/calf.git/.
+ falkTX is now the maintainer of this project.
+ The source code is available + + here.

+ +
+ +

FluidPlug

- This fork was made to re-add purposefully removed features by Calf developers, which includes LADSPA, DSSI and LV2 External-UI support.
- Additionally, LRDF typos were corrected and all DSSI GUIs work now. + FluidPlug uses SoundFonts as LV2 plugins via FluidSynth.
+ Made for hosts that do not support desktop UIs or loading of external files.

- The new source code is available here. + The source code is available + + here.


-

dssi-vst

+

JackAss

- This is a fork of dssi-vst, initially based on "k_amlie"'s code updates (to make it more RT friendly), with additional fixes from falkTX which includes: + JackAss is a VST plugin that provides JACK-MIDI support for VST hosts.
+ Simply load the plugin in your favourite host to get a JACK-MIDI port.
+ Each new plugin instance creates a new MIDI port.

-

- The source code is available here. - There's a specific dssi-vst topic in the KXStudio forums here. + The source code is available + + here.