Browse Source

Mention that parameter description is LV2 only

Signed-off-by: falkTX <falktx@gmail.com>
pull/173/head
falkTX 5 years ago
parent
commit
3fddc2794f
Signed by: falkTX <falktx@gmail.com> GPG Key ID: 2D3445A829213837
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      distrho/DistrhoPlugin.hpp

+ 2
- 2
distrho/DistrhoPlugin.hpp View File

@@ -407,8 +407,8 @@ struct Parameter {
String unit;

/**
An extensive comment/description about the parameter.
@note This value is optional.
An extensive description/comment about the parameter.
@note This value is optional and only used for LV2.
*/
String description;



Loading…
Cancel
Save