|
11 years ago | |
---|---|---|
dgl | 11 years ago | |
distrho | 11 years ago | |
examples | 11 years ago | |
utils | 11 years ago | |
.gitignore | 11 years ago | |
LICENSE | 11 years ago | |
README.md | 11 years ago | |
dpf.kdev4 | 11 years ago |
-- 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 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.