From b3cd1bb569547215b7da39dcf3f8fa004fffb5da Mon Sep 17 00:00:00 2001 From: David Robillard Date: Sat, 24 Mar 2012 22:53:56 +0000 Subject: Remove pointless person homepage properties. --- lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl | 13 +++++++------ 1 file changed, 7 insertions(+), 6 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 09016d6..215576e 100644 --- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl +++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl @@ -20,17 +20,18 @@ @prefix rdf: . @prefix rdfs: . + + a foaf:Person ; + foaf:name "David Robillard" ; + foaf:mbox ; + rdfs:seeAlso . + a lv2:Specification ; doap:license ; doap:name "LV2 CV Port" ; doap:shortdesc "Control Voltage ports for LV2 plugins." ; - doap:maintainer [ - a foaf:Person ; - foaf:name "David Robillard" ; - foaf:homepage ; - rdfs:seeAlso - ] ; + doap:maintainer ; lv2:documentation """

This extension defines Control Voltage (CV) ports, which are audio-rate control ports like those used on classical voltage-controlled synthesizers. -- cgit v1.2.1