From efc360f0011268f82c0b94fe6b7e1fc031459435 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Fri, 4 Nov 2011 21:08:23 +0000 Subject: Prettier and more informative extension index. Add short descriptions to extensions. Prettier table style. --- ext/osc.lv2/osc.ttl | 19 +------------------ 1 file changed, 1 insertion(+), 18 deletions(-) (limited to 'ext/osc.lv2') diff --git a/ext/osc.lv2/osc.ttl b/ext/osc.lv2/osc.ttl index 6d84772..c83a69d 100644 --- a/ext/osc.lv2/osc.ttl +++ b/ext/osc.lv2/osc.ttl @@ -30,27 +30,10 @@ a lv2:Specification ; doap:license ; doap:name "LV2 OSC Events" ; - rdfs:comment "Defines an LV2 event type for standard raw OSC" ; + doap:shortdesc "A data type for raw OSC." ; doap:maintainer [ a foaf:Person ; foaf:name "David Robillard" ; foaf:homepage ; rdfs:seeAlso ] . - - -####################### -## Plugin Properties ## -####################### - -osc:interfacePort a rdf:Property ; - rdfs:domain lv2:Plugin ; - rdfs:range lv2:Port ; - rdfs:label "Has a main OSC control port" ; - rdfs:comment """ -Specifies a port that can be used as the OSC interface for the plugin as a -whole. For example, if a host is providing an OSC interface to a plugin at -/some/osc/path/someplugin and a message /some/osc/path/someplugin/foo is -received, the message /foo should be sent to this port. -""" . - -- cgit v1.2.1