From 69e52cb83cf0233648695730c81cdc4f7c4f2a00 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 2 Sep 2006 08:26:17 +0000 Subject: Schema bug fixes (parsable now). Fixed some leaks. Internal query API cleanups. Added latency reporting support. git-svn-id: http://svn.drobilla.net/lad/libslv2@110 a436a847-0d15-0410-975c-d299462d15a1 --- include/lv2.ttl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'include') diff --git a/include/lv2.ttl b/include/lv2.ttl index c7d1ac9..75b2aa3 100644 --- a/include/lv2.ttl +++ b/include/lv2.ttl @@ -55,7 +55,7 @@ To be used by a host a Plugin must have at least the following properties: rdf:type (with object :Plugin) doap:name (one without language tag) doap:licence - lv2:port + :port """ . @@ -147,7 +147,7 @@ Plugins will write values to this array during their run method. :dataType a rdf:Property ; rdfs:domain :Port ; - rdfs:range lv2:DataType ; + rdfs:range :DataType ; rdfs:label "Port Data type" ; rdfs:comment """ Relates a Port to the data type(s) it can accept. Hosts that do not support -- cgit v1.2.1