DPF

DISTRHO Plugin Framework
Log | Files | Refs | Submodules | README | LICENSE

commit 3fddc2794fa55f9e9cd8fdb592a6c690f19a74b7
parent 126595f1a540d3cfdb085c583629c943ccb7c6d8
Author: falkTX <falktx@gmail.com>
Date:   Wed,  7 Aug 2019 12:45:58 +0100

Mention that parameter description is LV2 only

Signed-off-by: falkTX <falktx@gmail.com>

Diffstat:
Mdistrho/DistrhoPlugin.hpp | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -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;