aboutsummaryrefslogtreecommitdiffstats
path: root/ext/time.lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-10-27 15:42:46 +0000
committerDavid Robillard <d@drobilla.net>2011-10-27 15:42:46 +0000
commit50fc4c3dd2ac72311170436e455770f9c6814ffd (patch)
treee726df93aef0cfb6bd53e956a4ea1ecfa1d3b830 /ext/time.lv2
parent9adcb3b918e11838464e183c5b4dd2036dc67a03 (diff)
downloadlv2-50fc4c3dd2ac72311170436e455770f9c6814ffd.tar.xz
Port lv2specgen to rdflib.
Diffstat (limited to 'ext/time.lv2')
-rw-r--r--ext/time.lv2/time.ttl18
1 files changed, 9 insertions, 9 deletions
diff --git a/ext/time.lv2/time.ttl b/ext/time.lv2/time.ttl
index 13a7028..88aa0cf 100644
--- a/ext/time.lv2/time.ttl
+++ b/ext/time.lv2/time.ttl
@@ -26,9 +26,9 @@
doap:name "LV2 Time" ;
doap:maintainer [
a foaf:Person ;
- foaf:name "David Robillard" ;
+ foaf:name "David Robillard" ;
foaf:homepage <http://drobilla.net/> ;
- rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
+ rdfs:seeAlso <http://drobilla.net/drobilla.rdf>
] ;
lv2:documentation """
<p>This extension defines a structure type, LV2_Time_Position, which
@@ -39,16 +39,16 @@ tempo and position.</p>
time:Position
a rdfs:Class ;
- rdfs:label "LV2 time position" ;
- lv2:documentation """
+ rdfs:label "LV2 time position" ;
+ lv2:documentation """
Type for an LV2_Time_Position struct. This can be mapped to an integer
and used as the type field of an event to indicate that the event payload
is an LV2_Time_Positon struct. Plugins can indicate that a port supports
time information using the ev:supports predicate, e.g.:
<pre>
- <plugin> lv2:port [
- a ev:EventPort ;
- ev:supports time:Position
- ]
+ <plugin> lv2:port [
+ a ev:EventPort ;
+ ev:supports time:Position
+ ]
</pre>
-""" . \ No newline at end of file
+""" .