From 303d42c15777f463d2d82d9df896c652731ce54f Mon Sep 17 00:00:00 2001 From: falkTX Date: Tue, 7 Oct 2014 10:45:53 +0100 Subject: [PATCH] Update README --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 19f18abe..cf0bda91 100644 --- a/README.md +++ b/README.md @@ -5,7 +5,7 @@ It allows developers to create plugins with custom UIs using a simple C++ API. DPF can build for LADSPA, DSSI, LV2 and VST formats.
-LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.
+LADSPA, DSSI and VST implementations are complete, LV2 at ~95% completion.
A JACK/Standalone mode is also available, allowing you to quickly test plugins.
Plugin DSP and UI communication is done via key-value string pairs.
@@ -24,4 +24,5 @@ List of plugins made with DPF:
- [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).