aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/atom
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-04-14 01:41:32 +0000
committerDavid Robillard <d@drobilla.net>2012-04-14 01:41:32 +0000
commit12db1c1fe016e77065398fe497f31b9cf7a7dd4b (patch)
tree981e4a446e4ae35245c75895d37a2df51f52d89d /lv2/lv2plug.in/ns/ext/atom
parent1bf2db2c8b312f9686aade9b3563d4bf54c813db (diff)
downloadlv2-12db1c1fe016e77065398fe497f31b9cf7a7dd4b.tar.xz
Fix broken links.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/atom')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl12
1 files changed, 6 insertions, 6 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 426fc2a..086dc18 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -272,14 +272,14 @@ URIs from plain strings is often necessary, URIs MUST NOT be transmitted as
atom:String.</p>
<p>This is not strictly a URI, since UTF-8 is allowed. Escaping and related
-issues issues are the host's responsibility.</p>
+issues are the host's responsibility.</p>
""" .
atom:URID
a rdfs:Class ;
rdfs:subClassOf atom:Atom ;
rdfs:label "Integer ID mapped from a URI" ;
- atom:cType "LV2_Atom_ID" ;
+ atom:cType "LV2_Atom_URID" ;
lv2:documentation """
<p>An unsigned 32-bit integer mapped from a URI (e.g. with LV2_URID_Map).</p>
""" .
@@ -560,8 +560,8 @@ atom:supports
<q>recursively</q> where collections are involved.</p>
<p>In particular, this property can be used to describe which event types are
-supported or <q>understood</q> by a port. For example, a port that receives
-MIDI events is described like so:</p>
+expected by a port. For example, a port that receives MIDI events is described
+like so:</p>
<pre class="turtle-code">
&lt;plugin&gt;
@@ -577,7 +577,7 @@ atom:eventTransfer
a ui:PortProtocol ;
lv2:documentation """
<p>Transfer of individual events in a port buffer. Useful as the
-<code>format</code> for a LV2_UI_Write_Function.</p>
+<code>format</code> for a LV2UI_Write_Function.</p>
<p>This protocol applies to ports which contain events, usually in an
atom:Sequence. The host must transfer each individual event to the recipient.
@@ -589,7 +589,7 @@ atom:atomTransfer
a ui:PortProtocol ;
lv2:documentation """
<p>Transfer of the complete atom in a port buffer. Useful as the
-<code>format</code> for a LV2_UI_Write_Function.</p>
+<code>format</code> for a LV2UI_Write_Function.</p>
<p>This protocol applies to atom ports. The host must transfer the complete
atom contained in the port, including header.</p>