diff --git a/README.md b/README.md index 2de189e7..2b76ff4a 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ The framework facilitates exporting various different plugin formats from the sa DPF can build for LADSPA, DSSI, LV2 and VST formats.
LADSPA and DSSI implementations are complete, LV2 and VST at ~75% completion.
- +A JACK/Standalone mode is also available, allowing you to quickly test plugins.
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 in the host when required.
@@ -19,6 +19,7 @@ List of plugins made with DPF:
- [DISTRHO Mini-Series](https://github.com/DISTRHO/mini-series) - [DISTRHO Nekobi](https://github.com/DISTRHO/nekobi) - [DISTRHO ProM](https://github.com/DISTRHO/prom) + - [Juice Plugins](https://github.com/DISTRHO/JuicePlugins) (work in progress) - [ZamAudio Suite](https://github.com/zamaudio/zam-plugins-DPF)