From db32487a23a07dcf62686480aa8642c4795f3787 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 14 Nov 2011 01:23:22 +0000 Subject: Make all lv2:documentation valid XHTML Basic 1.1. Validate lv2:documentation in lv2specgen (if lxml is available). --- ext/cv-port.lv2/cv-port.ttl | 20 +++++++++----------- 1 file changed, 9 insertions(+), 11 deletions(-) (limited to 'ext/cv-port.lv2') 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 ] ; 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 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 lv2:ControlPort 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.

""" . cv:CVPort @@ -49,7 +47,7 @@ cv:CVPort rdfs:subClassOf lv2:Port ; lv2:documentation """ -Ports of this type have identical semantics to Ports of this type have identical semantics to lv2:AudioPort 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 typically has to describe appropriate control values (e.g. lv2:minimum, lv2:maximum, lv2:default) +href="http://lv2plug.in/ns/lv2core#default">lv2:default)

-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. +

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.

-Example: +

Example:

 <http://example.org/some-plugin>
     lv2:port [
-- 
cgit v1.2.1