diff options
author | David Robillard <d@drobilla.net> | 2010-10-25 04:05:28 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2010-10-25 04:05:28 +0000 |
commit | c6883595c3a4a34bf1a459c3bc1fba91d27f18f8 (patch) | |
tree | c2724fd9bd34544a5158546b2228b7bf2da3da9c /ext/message.lv2/message.ttl | |
parent | e45e55acbfc5e3675380fe05a2b26425d6015df9 (diff) | |
download | lv2-c6883595c3a4a34bf1a459c3bc1fba91d27f18f8.tar.xz |
Simplify and improve atom extension.
Merge atom-port extension into atom extension.
Link to code documentation from atom HTML documentation.
Diffstat (limited to 'ext/message.lv2/message.ttl')
-rw-r--r-- | ext/message.lv2/message.ttl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/message.lv2/message.ttl b/ext/message.lv2/message.ttl index 60ec021..ae7d438 100644 --- a/ext/message.lv2/message.ttl +++ b/ext/message.lv2/message.ttl @@ -76,7 +76,7 @@ This is an abstract port class, the actual format and semantics of the port buffer (and messages) are defined by some other port type, i.e. a cmdControlPort MUST have another type which defines the format and semantics of the port buffer contents (likely candidates are -<a href="http://lv2plug.in/ns/ext/atom-port#MessagePort">atom-port:MessagePort</a> +<a href="http://lv2plug.in/ns/ext/atom#MessagePort">atom:MessagePort</a> or <a href="http://lv2plug.in/ns/ext/event#EventPort">ev:EventPort</a>). """ . @@ -95,7 +95,7 @@ This is an abstract port class, the actual format and semantics of the port buffer (and messages) are defined by some other port type, i.e. a cmdControlPort MUST have another type which defines the format and semantics of the port buffer contents (likely candidates are -<a href="http://lv2plug.in/ns/ext/atom-port#MessagePort">atom-port:MessagePort</a> +<a href="http://lv2plug.in/ns/ext/atom#MessagePort">atom:MessagePort</a> or <a href="http://lv2plug.in/ns/ext/event#EventPort">ev:EventPort</a>). """ . |