Browse Source

Mention CLAP in docs

Signed-off-by: falkTX <falktx@falktx.com>
pull/409/head
falkTX 2 years ago
parent
commit
1f33850a72
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      distrho/DistrhoInfo.hpp

+ 1
- 1
distrho/DistrhoInfo.hpp View File

@@ -31,7 +31,7 @@ START_NAMESPACE_DISTRHO
It allows developers to create plugins with custom UIs using a simple C++ API.@n
The framework facilitates exporting various different plugin formats from the same code-base.

DPF can build for LADSPA, DSSI, LV2, VST2 and VST3 formats.@n
DPF can build for LADSPA, DSSI, LV2, VST2, VST3 and CLAP formats.@n
A JACK/Standalone mode is also available, allowing you to quickly test plugins.

@section Macros


Loading…
Cancel
Save