aboutsummaryrefslogtreecommitdiffstats
path: root/ext/cv-port.lv2/cv-port.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ext/cv-port.lv2/cv-port.ttl')
-rw-r--r--ext/cv-port.lv2/cv-port.ttl18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/cv-port.lv2/cv-port.ttl b/ext/cv-port.lv2/cv-port.ttl
index c9582df..c67b099 100644
--- a/ext/cv-port.lv2/cv-port.ttl
+++ b/ext/cv-port.lv2/cv-port.ttl
@@ -65,14 +65,14 @@ audio except in cases where this is known to be safe.
Example:
<pre>
&lt;http://example.org/some-plugin&gt;
- lv2:port [
- a cv:CVPort, lv2:InputPort ;
- lv2:index 0 ;
- lv2:minimum -1.0 ;
- lv2:maximum 1.0 ;
- lv2:default 0.0 ;
- lv2:symbol "modulation" ;
- lv2:name "Modulation" ;
- ] .
+ lv2:port [
+ a cv:CVPort, lv2:InputPort ;
+ lv2:index 0 ;
+ lv2:minimum -1.0 ;
+ lv2:maximum 1.0 ;
+ lv2:default 0.0 ;
+ lv2:symbol "modulation" ;
+ lv2:name "Modulation" ;
+ ] .
</pre>
""" .