DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit a57953fab7b260e1520413d93812957005c8ea0f
parent 38649f573bfc8c52d3d98b3c850f2815f2c0e781
Author: falkTX <falktx@gmail.com>
Date:   Mon, 28 Apr 2014 17:52:04 +0100

Update README

Diffstat:
MREADME.md | 5+++--
1 file changed, 3 insertions(+), 2 deletions(-)

diff --git 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.