Browse Source

Update README

gh-pages
falkTX 10 years ago
parent
commit
b96b50915a
1 changed files with 11 additions and 1 deletions
  1. +11
    -1
      README.md

+ 11
- 1
README.md View File

@@ -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.

Loading…
Cancel
Save