From 58c3f34d861b6bc3b7a4761bdc7100fd0d530d84 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sun, 25 Mar 2012 18:28:47 +0000 Subject: Move people information in to a common place. --- lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl | 8 +------- 1 file changed, 1 insertion(+), 7 deletions(-) (limited to 'lv2/lv2plug.in/ns/ext/cv-port') diff --git a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl index 1d197eb..82401b4 100644 --- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl +++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl @@ -20,14 +20,9 @@ @prefix rdf: . @prefix rdfs: . - - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:mbox ; - rdfs:seeAlso . - a lv2:Specification ; + rdfs:seeAlso <../../people/people.ttl> ; doap:license ; doap:name "LV2 CV Port" ; doap:shortdesc "Control Voltage ports for LV2 plugins." ; @@ -47,7 +42,6 @@ cv:CVPort rdfs:label "CV Port" ; rdfs:subClassOf lv2:Port ; lv2:documentation """ -

Ports of this type have identical semantics to lv2:AudioPort in terms of buffer format and connection/input/output logistics. However, rather than the -- cgit v1.2.1