From a57953fab7b260e1520413d93812957005c8ea0f Mon Sep 17 00:00:00 2001 From: falkTX Date: Mon, 28 Apr 2014 17:52:29 +0100 Subject: Update README --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'README.md') 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. -- cgit v1.2.3