DPF

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

commit 0d72be018e837f35729033b06c36f6832b3fb9f4
parent 87d4cac0fe404877fd34c5aeac51a833b065924a
Author: falkTX <falktx@falktx.com>
Date:   Mon, 24 May 2021 13:09:21 +0100

Tweak some comments

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

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

diff --git a/distrho/DistrhoPlugin.hpp b/distrho/DistrhoPlugin.hpp @@ -336,7 +336,7 @@ struct ParameterEnumerationValues { /** Array of @ParameterEnumerationValue items.@n - This pointer must be null or have been allocated on the heap with `new`. + This pointer must be null or have been allocated on the heap with `new ParameterEnumerationValue[count]`. */ const ParameterEnumerationValue* values; @@ -750,6 +750,7 @@ public: /** Check if parameter value change requests will work with the current plugin host. @note This function is only available if DISTRHO_PLUGIN_WANT_PARAMETER_VALUE_CHANGE_REQUEST is enabled. + @see requestParameterValueChange(uint32_t, float) */ bool canRequestParameterValueChanges() const noexcept;