Version | 1.18.8 |
---|
Access to plugin extension_data() for UIs.
See http://lv2plug.in/ns/ext/data-access for details.
Data Structures | |
struct | LV2_Extension_Data_Feature |
Macros | |
#define | LV2_DATA_ACCESS_URI "http://lv2plug.in/ns/ext/data-access" |
#define | LV2_DATA_ACCESS_PREFIX LV2_DATA_ACCESS_URI "#" |
struct LV2_Extension_Data_Feature |
The data field of the LV2_Feature for this extension.
To support this feature the host must pass an LV2_Feature struct to the instantiate method with URI "http://lv2plug.in/ns/ext/data-access" and data pointed to an instance of this struct.
#define LV2_DATA_ACCESS_URI "http://lv2plug.in/ns/ext/data-access" |
#define LV2_DATA_ACCESS_PREFIX LV2_DATA_ACCESS_URI "#" |