Browse Source

Fix wording, return status is no longer a boolean

Signed-off-by: falkTX <falktx@falktx.com>
tags/2022-02-14
falkTX 4 years ago
parent
commit
daf7c23ac1
Signed by: falkTX <falktx@falktx.com> GPG Key ID: CDBAA37ABC74FBA0
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      kx-control-input-port-change-request.lv2/control-input-port-change-request.h

+ 1
- 1
kx-control-input-port-change-request.lv2/control-input-port-change-request.h View File

@@ -66,7 +66,7 @@ typedef struct _LV2_ControlInputPort_Change_Request {
* Parameter index is port index to change. * Parameter index is port index to change.
* Parameter value is the requested value to change the control port input to. * Parameter value is the requested value to change the control port input to.
* *
* Returns true if the operation succeeded.
* Returns status of the request.
* The host may decline this request, if e.g. it is currently automating this port. * The host may decline this request, if e.g. it is currently automating this port.
* *
* The plugin MUST call this function during run(). * The plugin MUST call this function during run().


Loading…
Cancel
Save