From 2b809fbf4090ae64d728988454c4f1b721f4c323 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Sep 2012 01:41:19 +0000 Subject: Use relative links between extensions so local documentation links work. Automatically link prefixed names to the appropriate resource. --- lv2/lv2plug.in/ns/ext/state/state.ttl | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/state') diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl index 751a6e3..a9b997c 100644 --- a/lv2/lv2plug.in/ns/ext/state/state.ttl +++ b/lv2/lv2plug.in/ns/ext/state/state.ttl @@ -45,10 +45,10 @@ single property. The host is free to implement property storage and retrieval in any way.

Since value types are defined by URI, any type is possible. However, a set -of standard types is defined by the LV2 -Atom extension. Use of these types is recommended. Hosts MUST implement -at least atom:String, which -is simply a C string.

+of standard types is defined by the LV2 Atom +extension. Use of these types is recommended. Hosts MUST implement at least +atom:String, which is simply a C +string.

Referring to Files

@@ -56,8 +56,7 @@ is simply a C string.

state. This is done by storing the file's path as a property just like any other value. However, there are some rules which MUST be followed when storing paths, see state:mapPath for details. Plugins MUST use the type atom:Path for all paths in their -state.

+href="../atom/atom.html#Path">atom:Path for all paths in their state.

Plugins are strongly encouraged to avoid creating files, instead storing all state as properties. However, occasionally the ability to create files is @@ -206,11 +205,10 @@ plugins.

Don't stop; set playing to false.

This extension does not define a dynamic mechanism for state access and -manipulation. The LV2 Patch -extension defines a generic set of messages which can be used to access or -manipulate properties, and the LV2 -Atom extension defines a port type and data container capable of -transmitting those messages.

+manipulation. The LV2 Patch extension +defines a generic set of messages which can be used to access or manipulate +properties, and the LV2 Atom extension defines +a port type and data container capable of transmitting those messages.

""" . state:interface -- cgit v1.2.1