|
|
@@ -5,7 +5,7 @@ It allows developers to create plugins with custom UIs using a simple C++ API.<b |
|
|
|
The framework facilitates exporting various different plugin formats from the same code-base.<br/> |
|
|
|
|
|
|
|
DPF can build for LADSPA, DSSI, LV2 and VST formats.<br/> |
|
|
|
LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.<br/> |
|
|
|
LADSPA, DSSI and VST implementations are complete, LV2 at ~95% completion.<br/> |
|
|
|
A JACK/Standalone mode is also available, allowing you to quickly test plugins.<br/> |
|
|
|
|
|
|
|
Plugin DSP and UI communication is done via key-value string pairs.<br/> |
|
|
@@ -24,4 +24,5 @@ List of plugins made with DPF:<br/> |
|
|
|
- [ZamAudio Suite](https://github.com/zamaudio/zam-plugins) |
|
|
|
|
|
|
|
|
|
|
|
Plugin examples are available [here](https://github.com/DISTRHO/plugin-examples). |
|
|
|
OpenGL UI examples are available [here](https://github.com/DISTRHO/gl-examples). |