Browse Source

Fix typo

tags/2022-02-14
falkTX 2 years ago
parent
commit
a77e7e8bd6
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

@@ -71,7 +71,7 @@ typedef struct _LV2_ControlInputPort_Change_Request {
*
* The plugin MUST call this function during run().
*/
LV2_ControlInputPort_Change_Status (*request_change)(LV2_ControlPortChangeRequest_Handle handle,
LV2_ControlInputPort_Change_Status (*request_change)(LV2_ControlInputPort_Change_Request_Handle handle,
uint32_t index,
float value);



Loading…
Cancel
Save