aboutsummaryrefslogtreecommitdiffstats
path: root/ext/cv-port.lv2/cv-port.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-11-14 01:23:22 +0000
committerDavid Robillard <d@drobilla.net>2011-11-14 01:23:22 +0000
commitdb32487a23a07dcf62686480aa8642c4795f3787 (patch)
treebe0af6d7a0b7bc7984520551f01ebfceba7fa761 /ext/cv-port.lv2/cv-port.ttl
parent708a01ffb58ed30bb813fbfedca19d16d33ac887 (diff)
downloadlv2-db32487a23a07dcf62686480aa8642c4795f3787.tar.xz
Make all lv2:documentation valid XHTML Basic 1.1.
Validate lv2:documentation in lv2specgen (if lxml is available).
Diffstat (limited to 'ext/cv-port.lv2/cv-port.ttl')
-rw-r--r--ext/cv-port.lv2/cv-port.ttl20
1 files changed, 9 insertions, 11 deletions
diff --git a/ext/cv-port.lv2/cv-port.ttl b/ext/cv-port.lv2/cv-port.ttl
index d751692..f49024b 100644
--- a/ext/cv-port.lv2/cv-port.ttl
+++ b/ext/cv-port.lv2/cv-port.ttl
@@ -32,15 +32,13 @@
rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
] ;
lv2:documentation """
-
-This extension defines Control Voltage (CV) ports, which are audio-rate control
-ports like those used on classical voltage-controlled synthesizers. These
-ports serve as control ports like <a
+<p>This extension defines Control Voltage (CV) ports, which are audio-rate
+control ports like those used on classical voltage-controlled synthesizers.
+These ports serve as control ports like <a
href="http://lv2plug.in/ns/lv2core#ControlPort">lv2:ControlPort</a> but can
also be used for audio-rate modulation of control signals. This enables many
types of processing and synthesis which are not possible with a lower control
-rate.
-
+rate.</p>
""" .
cv:CVPort
@@ -49,7 +47,7 @@ cv:CVPort
rdfs:subClassOf lv2:Port ;
lv2:documentation """
-Ports of this type have identical semantics to <a
+<p>Ports of this type have identical semantics to <a
href="http://lv2plug.in/ns/lv2core#AudioPort">lv2:AudioPort</a> in terms of
buffer format and connection/input/output logistics. However, rather than the
buffer representing audio, the buffer represents audio-rate control data. A
@@ -58,12 +56,12 @@ href="http://lv2plug.in/ns/lv2core#ControlPort">lv2:ControlPort</a> typically
has to describe appropriate control values (e.g. <a
href="http://lv2plug.in/ns/lv2core#minimum">lv2:minimum</a>, <a
href="http://lv2plug.in/ns/lv2core#maximum">lv2:maximum</a>, <a
-href="http://lv2plug.in/ns/lv2core#default">lv2:default</a>)
+href="http://lv2plug.in/ns/lv2core#default">lv2:default</a>)</p>
-Hosts SHOULD take care to prevent data from a CVPort port from being used as
-audio except in cases where this is known to be safe.
+<p>Hosts SHOULD take care to prevent data from a CVPort port from being used as
+audio except in cases where this is known to be safe.</p>
-Example:
+<p>Example:</p>
<pre class="turtle-code">
&lt;http://example.org/some-plugin&gt;
lv2:port [