commit bb99133932ff5bc93d25c9ea9e5ed45ef4dfa505
parent 947afbdebc8988101c48fc500999b9b242c4300b
Author: falkTX <falktx@gmail.com>
Date: Thu, 12 Jun 2014 00:45:47 +0100
Update README
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -6,7 +6,7 @@ The framework facilitates exporting various different plugin formats from the sa
DPF can build for LADSPA, DSSI, LV2 and VST formats.<br/>
LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.<br/>
-
+A JACK/Standalone mode is also available, allowing you to quickly test plugins.<br/>
Plugin DSP and UI communication is done via key-value string pairs.<br/>
You send messages from the UI to the DSP side, which is automatically saved in the host when required.<br/>
@@ -19,6 +19,7 @@ List of plugins made with DPF:<br/>
- [DISTRHO Mini-Series](https://github.com/DISTRHO/mini-series)
- [DISTRHO Nekobi](https://github.com/DISTRHO/nekobi)
- [DISTRHO ProM](https://github.com/DISTRHO/prom)
+ - [Juice Plugins](https://github.com/DISTRHO/JuicePlugins) (work in progress)
- [ZamAudio Suite](https://github.com/zamaudio/zam-plugins-DPF)