Browse Source

Wording

tags/2022-02-14
falkTX 2 years ago
parent
commit
f4fbe0c446
1 changed files with 2 additions and 2 deletions
  1. +2
    -2
      kx-control-input-port-change-request.lv2/control-input-port-change-request.h

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

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


Loading…
Cancel
Save