summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 3 insertions, 2 deletions
diff --git a/README.md b/README.md
index cab6acde..a691db7b 100644
--- a/README.md
+++ b/README.md
@@ -1,7 +1,8 @@
-- 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 code against the simple DPF API and let it handle all the different plugin formats.
+DPF is designed to make development of new plugins an easy and enjoyable task.
+It allows developers to create plugins with custom UIs using a simple C++ API.
+The framework facilitates exporting various different plugin formats (e.g. LV2 and VST) from the same code-base.
DPF can build for LADSPA, DSSI, LV2 and VST formats.
LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.