LV2  1.0.13
Defines
/usr/src/RPM/BUILD/lv2-1.10.0/lv2/lv2plug.in/ns/ext/instance-access/instance-access.h File Reference

C header for the LV2 Instance Access extension <http://lv2plug.in/ns/ext/instance-access>. More...

Defines

#define LV2_INSTANCE_ACCESS_URI   "http://lv2plug.in/ns/ext/instance-access"

Detailed Description

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 Documentation

#define LV2_INSTANCE_ACCESS_URI   "http://lv2plug.in/ns/ext/instance-access"