commit 303d42c15777f463d2d82d9df896c652731ce54f
parent 705461229ce83c1d1c4b8b84c8668a2a5b7dde02
Author: falkTX <falktx@gmail.com>
Date: Tue, 7 Oct 2014 10:45:28 +0100
Update README
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/README.md b/README.md
@@ -5,7 +5,7 @@ It allows developers to create plugins with custom UIs using a simple C++ API.<b
The framework facilitates exporting various different plugin formats from the same code-base.<br/>
DPF can build for LADSPA, DSSI, LV2 and VST formats.<br/>
-LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.<br/>
+LADSPA, DSSI and VST implementations are complete, LV2 at ~95% 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/>
@@ -24,4 +24,5 @@ List of plugins made with DPF:<br/>
- [ZamAudio Suite](https://github.com/zamaudio/zam-plugins)
+Plugin examples are available [here](https://github.com/DISTRHO/plugin-examples).
OpenGL UI examples are available [here](https://github.com/DISTRHO/gl-examples).