commit 38649f573bfc8c52d3d98b3c850f2815f2c0e781
parent b96b50915a7ad6e571b0c1227b24f8c7f9618a22
Author: falkTX <falktx@gmail.com>
Date: Mon, 28 Apr 2014 17:22:43 +0100
Update README
Diffstat:
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/README.md b/README.md
@@ -1,13 +1,14 @@
-- DPF - DISTRHO Plugin Framework
DPF is a plugin framework designed to make development of new plugins an easy and enjoyable task.
-You write your plugin once against the simple DPF API and let it handle all the different plugin formats.
+You write your plugin code against the simple DPF API and let it handle all the different plugin formats.
DPF can build for LADSPA, DSSI, LV2 and VST formats.
+LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.
Plugin DSP and UI communication is done via key-value string pairs.
-You send messages from the UI to the DSP side, which is automatically saved when required.
+You send messages from the UI to the DSP side, which is automatically saved in the host when required.
Getting time information from the host is possible.
It uses the same format as the JACK Transport API, making porting some code easier.