diff options
author | David Robillard <d@drobilla.net> | 2011-11-21 03:25:23 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-11-21 03:25:23 +0000 |
commit | c79a57053a59cdea6c85d720844ae720e680671b (patch) | |
tree | 2cd881e6152df09d6e5b7ce5baacdb11bc0c5143 | |
parent | 02fb3fba4da00032c26e85d7ef0f767879e1f235 (diff) | |
download | lv2-c79a57053a59cdea6c85d720844ae720e680671b.tar.xz |
Refer to URI identifiers defined in headers.
-rw-r--r-- | lv2/ns/ext/data-access/data-access.ttl | 4 | ||||
-rw-r--r-- | lv2/ns/ext/instance-access/instance-access.ttl | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/lv2/ns/ext/data-access/data-access.ttl b/lv2/ns/ext/data-access/data-access.ttl index 1f2ec04..47c133e 100644 --- a/lv2/ns/ext/data-access/data-access.ttl +++ b/lv2/ns/ext/data-access/data-access.ttl @@ -77,6 +77,6 @@ access to LV2_Descriptor::extension_data() for plugin UIs or other potentially remote users of a plugin.</p> <p>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 LV2_Extension_Data_Feature.</p> +instantiate method with URI LV2_DATA_ACCESS_URI and data pointed to an instance +of LV2_Extension_Data_Feature.</p> """ .
\ No newline at end of file diff --git a/lv2/ns/ext/instance-access/instance-access.ttl b/lv2/ns/ext/instance-access/instance-access.ttl index f3d1a42..df3a024 100644 --- a/lv2/ns/ext/instance-access/instance-access.ttl +++ b/lv2/ns/ext/instance-access/instance-access.ttl @@ -75,6 +75,6 @@ handle to an LV2 plugin instance (LV2_Handle), if possible.</p> <p>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.</p> +instantiate method with URI LV2_INSTANCE_ACCESS_URI and data pointed directly +to the LV2_Handle of the plugin instance.</p> """ . |