Browse Source

Tweak some comments

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

+ 2
- 1
distrho/DistrhoPlugin.hpp View File

@@ -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;



Loading…
Cancel
Save