LV2
1.0.13
|
C header for the LV2 Instance Access extension http://lv2plug.in/ns/ext/instance-access. More...
Macros | |
#define | LV2_INSTANCE_ACCESS_URI "http://lv2plug.in/ns/ext/instance-access" |
C header for the LV2 Instance Access extension http://lv2plug.in/ns/ext/instance-access.
This extension defines a method for (e.g.) plugin UIs to get a direct handle to an LV2 plugin instance (LV2_Handle), if possible.
To support this feature the host must pass an LV2_Feature struct to the UI instantiate method with URI "http://lv2plug.in/ns/ext/instance-access" and data pointed directly to the LV2_Handle of the plugin instance.
#define LV2_INSTANCE_ACCESS_URI "http://lv2plug.in/ns/ext/instance-access" |