summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-04-28 17:09:53 +0100
committerfalkTX <falktx@gmail.com>2014-04-28 17:09:53 +0100
commitb96b50915a7ad6e571b0c1227b24f8c7f9618a22 (patch)
treefe588cedde337f6e403c265aba0e4747777dad3f /README.md
parent25c42b1dfc35e9d285d355d3d13b38d97df8b049 (diff)
Update README
Diffstat (limited to 'README.md')
-rw-r--r--README.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/README.md b/README.md
index b22f3016..bf36859c 100644
--- a/README.md
+++ b/README.md
@@ -1,3 +1,13 @@
-- DPF - DISTRHO Plugin Framework
-Work in progress, come back later...
+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.
+
+DPF can build for LADSPA, DSSI, LV2 and VST formats.
+
+
+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.
+
+Getting time information from the host is possible.
+It uses the same format as the JACK Transport API, making porting some code easier.