summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorfalkTX <falktx@gmail.com>2014-04-28 17:52:29 +0100
committerfalkTX <falktx@gmail.com>2014-04-28 17:52:29 +0100
commita57953fab7b260e1520413d93812957005c8ea0f (patch)
treedd5d131a069f81bfe8783e12ad73e8122c85178e /README.md
parent38649f573bfc8c52d3d98b3c850f2815f2c0e781 (diff)
Update README
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.