diff options
author | David Robillard <d@drobilla.net> | 2011-10-27 15:42:46 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2011-10-27 15:42:46 +0000 |
commit | 50fc4c3dd2ac72311170436e455770f9c6814ffd (patch) | |
tree | e726df93aef0cfb6bd53e956a4ea1ecfa1d3b830 /ext/cv-port.lv2 | |
parent | 9adcb3b918e11838464e183c5b4dd2036dc67a03 (diff) | |
download | lv2-50fc4c3dd2ac72311170436e455770f9c6814ffd.tar.xz |
Port lv2specgen to rdflib.
Diffstat (limited to 'ext/cv-port.lv2')
-rw-r--r-- | ext/cv-port.lv2/cv-port.ttl | 18 |
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> <http://example.org/some-plugin> - 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> """ . |