#include "lv2.h"
#include <stdint.h>
#include <stdbool.h>
Go to the source code of this file.
C header for the LV2 ControlInputPort change request extension http://kx.studio/ns/lv2ext/control-input-port-change-request.
◆ LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_PREFIX
◆ LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_URI
| #define LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_URI "http://kx.studio/ns/lv2ext/control-input-port-change-request" |
◆ LV2_ControlInputPort_Change_Request
◆ LV2_ControlInputPort_Change_Request_Handle
Opaque handle for LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_URI feature.
◆ LV2_ControlInputPort_Change_Status
A status code for LV2_CONTROL_INPUT_PORT_CHANGE_REQUEST_URI functions.
| Enumerator |
|---|
| LV2_CONTROL_INPUT_PORT_CHANGE_SUCCESS | Completed successfully.
|
| LV2_CONTROL_INPUT_PORT_CHANGE_ERR_UNKNOWN | Unknown error.
|
| LV2_CONTROL_INPUT_PORT_CHANGE_ERR_INVALID_INDEX | Failed due to invalid port index.
|