aboutsummaryrefslogtreecommitdiffstats
path: root/ext
diff options
context:
space:
mode:
Diffstat (limited to 'ext')
-rw-r--r--ext/atom.lv2/atom.ttl1
-rw-r--r--ext/contexts.lv2/contexts.ttl4
-rw-r--r--ext/cv-port.lv2/cv-port.ttl1
-rw-r--r--ext/data-access.lv2/data-access.ttl1
-rw-r--r--ext/event.lv2/event.ttl1
-rw-r--r--ext/files.lv2/files.ttl1
-rw-r--r--ext/host-info.lv2/host-info.ttl1
-rw-r--r--ext/instance-access.lv2/instance-access.ttl1
-rw-r--r--ext/midi.lv2/midi.ttl2
-rw-r--r--ext/osc.lv2/osc.ttl19
-rw-r--r--ext/parameter.lv2/parameter.ttl1
-rw-r--r--ext/port-groups.lv2/port-groups.ttl1
-rw-r--r--ext/presets.lv2/presets.ttl1
-rw-r--r--ext/reference.lv2/reference.ttl1
-rw-r--r--ext/resize-port.lv2/resize-port.ttl1
-rw-r--r--ext/state.lv2/state.ttl1
-rw-r--r--ext/time.lv2/time.ttl1
-rw-r--r--ext/ui-resize.lv2/ui-resize.ttl1
-rw-r--r--ext/uri-map.lv2/uri-map.ttl1
-rw-r--r--ext/uri-unmap.lv2/uri-unmap.ttl1
-rw-r--r--ext/urid.lv2/urid.ttl1
21 files changed, 22 insertions, 21 deletions
diff --git a/ext/atom.lv2/atom.ttl b/ext/atom.lv2/atom.ttl
index 0cc5abf..e411c63 100644
--- a/ext/atom.lv2/atom.ttl
+++ b/ext/atom.lv2/atom.ttl
@@ -24,6 +24,7 @@
<http://lv2plug.in/ns/ext/atom>
a lv2:Specification ;
doap:name "LV2 Atom" ;
+ doap:shortdesc "A generic value container and several data types." ;
doap:release [
doap:revision "0.1" ;
doap:created "2011-04-05"
diff --git a/ext/contexts.lv2/contexts.ttl b/ext/contexts.lv2/contexts.ttl
index 3fb4358..b04ab97 100644
--- a/ext/contexts.lv2/contexts.ttl
+++ b/ext/contexts.lv2/contexts.ttl
@@ -32,9 +32,9 @@
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
<http://lv2plug.in/ns/ext/contexts>
- a lv2:Specification ;
- a lv2:Feature ;
+ a lv2:Specification , lv2:Feature ;
doap:name "LV2 Contexts" ;
+ doap:shortdesc "Support for plugins with several execution contexts." ;
lv2:documentation """
<p>An extension for LV2 plugins which have several execution contexts.</p>
diff --git a/ext/cv-port.lv2/cv-port.ttl b/ext/cv-port.lv2/cv-port.ttl
index 9c08b57..d751692 100644
--- a/ext/cv-port.lv2/cv-port.ttl
+++ b/ext/cv-port.lv2/cv-port.ttl
@@ -24,6 +24,7 @@
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 CV Port" ;
+ doap:shortdesc "Control Voltage ports for LV2 plugins." ;
doap:maintainer [
a foaf:Person ;
foaf:name "David Robillard" ;
diff --git a/ext/data-access.lv2/data-access.ttl b/ext/data-access.lv2/data-access.ttl
index 2d33b77..a83da2e 100644
--- a/ext/data-access.lv2/data-access.ttl
+++ b/ext/data-access.lv2/data-access.ttl
@@ -25,6 +25,7 @@
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 Data Access" ;
+ doap:shortdesc "Provides access to LV2_Descriptor::extension_data." ;
doap:release [
doap:revision "1.2" ;
doap:created "2011-05-26"
diff --git a/ext/event.lv2/event.ttl b/ext/event.lv2/event.ttl
index 6f9bce3..064e3eb 100644
--- a/ext/event.lv2/event.ttl
+++ b/ext/event.lv2/event.ttl
@@ -25,6 +25,7 @@
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 Event" ;
+ doap:shortdesc "A port-based real-time generic event interface." ;
rdfs:seeAlso <event-helpers.h> ;
doap:release [
doap:revision "1.2" ;
diff --git a/ext/files.lv2/files.ttl b/ext/files.lv2/files.ttl
index dc51ede..84bac64 100644
--- a/ext/files.lv2/files.ttl
+++ b/ext/files.lv2/files.ttl
@@ -25,6 +25,7 @@
<http://lv2plug.in/ns/ext/files>
a lv2:Specification ;
doap:name "LV2 Files" ;
+ doap:shortdesc "A standard for referring to files in plugin state." ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:release [
doap:revision "0.2" ;
diff --git a/ext/host-info.lv2/host-info.ttl b/ext/host-info.lv2/host-info.ttl
index 38bdd2d..127f4cc 100644
--- a/ext/host-info.lv2/host-info.ttl
+++ b/ext/host-info.lv2/host-info.ttl
@@ -33,6 +33,7 @@
<http://lv2plug.in/ns/ext/host-info> a lv2:Specification ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 Host Info" ;
+ doap:shortdesc "A format for describing LV2 hosts." ;
doap:maintainer [
a foaf:Person ;
foaf:name "David Robillard" ;
diff --git a/ext/instance-access.lv2/instance-access.ttl b/ext/instance-access.lv2/instance-access.ttl
index 23a543b..5e1b9f8 100644
--- a/ext/instance-access.lv2/instance-access.ttl
+++ b/ext/instance-access.lv2/instance-access.ttl
@@ -25,6 +25,7 @@
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 Instance Access" ;
+ doap:shortdesc "Provides access to the LV2_Handle of a plugin." ;
doap:release [
doap:revision "1.2" ;
doap:created "2011-05-26"
diff --git a/ext/midi.lv2/midi.ttl b/ext/midi.lv2/midi.ttl
index b08ced5..9621aa8 100644
--- a/ext/midi.lv2/midi.ttl
+++ b/ext/midi.lv2/midi.ttl
@@ -25,7 +25,7 @@
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 MIDI Events" ;
- rdfs:comment "Defines an LV2 event type for standard raw MIDI" ;
+ doap:shortdesc "A data type for raw MIDI." ;
doap:release [
doap:revision "1.2" ;
doap:created "2011-05-21"
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 @@
<http://lv2plug.in/ns/ext/osc> a lv2:Specification ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
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 <http://drobilla.net/> ;
rdfs:seeAlso <http://drobilla.net/drobilla.xrdf>
] .
-
-
-#######################
-## 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.
-""" .
-
diff --git a/ext/parameter.lv2/parameter.ttl b/ext/parameter.lv2/parameter.ttl
index c489c6f..f136ad9 100644
--- a/ext/parameter.lv2/parameter.ttl
+++ b/ext/parameter.lv2/parameter.ttl
@@ -31,6 +31,7 @@
<http://lv2plug.in/ns/ext/parameter>
a lv2:Specification ;
doap:name "LV2 Parameter" ;
+ doap:shortdesc "Dynamic message-controlled LV2 plugin parameters." ;
doap:maintainer [
a foaf:Person ;
foaf:name "David Robillard" ;
diff --git a/ext/port-groups.lv2/port-groups.ttl b/ext/port-groups.lv2/port-groups.ttl
index e0512db..b584a25 100644
--- a/ext/port-groups.lv2/port-groups.ttl
+++ b/ext/port-groups.lv2/port-groups.ttl
@@ -34,6 +34,7 @@
<http://lv2plug.in/ns/ext/port-groups> a lv2:Specification ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 Port Groups" ;
+ doap:shortdesc "Multi-channel groups of LV2 ports." ;
rdfs:comment "Defines semantic groupings of LV2 ports" ;
doap:maintainer [
a foaf:Person ;
diff --git a/ext/presets.lv2/presets.ttl b/ext/presets.lv2/presets.ttl
index c20cb2d..165fc57 100644
--- a/ext/presets.lv2/presets.ttl
+++ b/ext/presets.lv2/presets.ttl
@@ -32,6 +32,7 @@
<http://lv2plug.in/ns/ext/presets> a lv2:Specification ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 Presets" ;
+ doap:shortdesc "Presets for LV2 plugins. " ;
doap:release [
doap:revision "2.1" ;
doap:created "2010-10-29"
diff --git a/ext/reference.lv2/reference.ttl b/ext/reference.lv2/reference.ttl
index e928e06..fae31d3 100644
--- a/ext/reference.lv2/reference.ttl
+++ b/ext/reference.lv2/reference.ttl
@@ -24,6 +24,7 @@
<http://lv2plug.in/ns/ext/reference>
a lv2:Specification ;
doap:name "LV2 Reference" ;
+ doap:shortdesc "A reference data type for using non-POD data." ;
doap:release [
doap:revision "0.1" ;
doap:created "2011-07-22"
diff --git a/ext/resize-port.lv2/resize-port.ttl b/ext/resize-port.lv2/resize-port.ttl
index 38f6201..baa1f7f 100644
--- a/ext/resize-port.lv2/resize-port.ttl
+++ b/ext/resize-port.lv2/resize-port.ttl
@@ -35,6 +35,7 @@
a lv2:Specification ;
a lv2:Feature ;
doap:name "LV2 Resize Port Extension" ;
+ doap:shortdesc "Dynamically sized LV2 port buffers." ;
lv2:documentation """
<p>An extension that allows LV2 plugins to request a resize of an output port.</p>
diff --git a/ext/state.lv2/state.ttl b/ext/state.lv2/state.ttl
index ed132be..328dcc9 100644
--- a/ext/state.lv2/state.ttl
+++ b/ext/state.lv2/state.ttl
@@ -24,6 +24,7 @@
<http://lv2plug.in/ns/ext/state>
a lv2:Specification ;
doap:name "LV2 State" ;
+ doap:shortdesc "An interface for LV2 plugins to save and restore state." ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:release [
doap:revision "0.2" ;
diff --git a/ext/time.lv2/time.ttl b/ext/time.lv2/time.ttl
index b99c8d9..bf57402 100644
--- a/ext/time.lv2/time.ttl
+++ b/ext/time.lv2/time.ttl
@@ -24,6 +24,7 @@
<http://lv2plug.in/ns/ext/time>
a lv2:Specification ;
doap:name "LV2 Time" ;
+ doap:shortdesc "A data type for transport speed and position." ;
doap:maintainer [
a foaf:Person ;
foaf:name "David Robillard" ;
diff --git a/ext/ui-resize.lv2/ui-resize.ttl b/ext/ui-resize.lv2/ui-resize.ttl
index 83c4206..5e2a5a8 100644
--- a/ext/ui-resize.lv2/ui-resize.ttl
+++ b/ext/ui-resize.lv2/ui-resize.ttl
@@ -24,6 +24,7 @@
<http://lv2plug.in/ns/ext/ui-resize>
a lv2:Specification ;
doap:name "LV2 UI Resize Extension" ;
+ doap:shortdesc "A feature for self-resizing plugin UIs." ;
doap:license <http://opensource.org/licenses/isc-license> ;
lv2:documentation """
<p>An extension that allows LV2 plugin UIs to notify the host about size
diff --git a/ext/uri-map.lv2/uri-map.ttl b/ext/uri-map.lv2/uri-map.ttl
index e5dce43..d7ec97b 100644
--- a/ext/uri-map.lv2/uri-map.ttl
+++ b/ext/uri-map.lv2/uri-map.ttl
@@ -25,6 +25,7 @@
a lv2:Specification , lv2:Feature ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 URI Map" ;
+ doap:shortdesc "A feature for mapping URIs to integers." ;
doap:release [
doap:revision "1.2" ;
doap:created "2011-05-26"
diff --git a/ext/uri-unmap.lv2/uri-unmap.ttl b/ext/uri-unmap.lv2/uri-unmap.ttl
index 6efab1f..a55de8a 100644
--- a/ext/uri-unmap.lv2/uri-unmap.ttl
+++ b/ext/uri-unmap.lv2/uri-unmap.ttl
@@ -30,6 +30,7 @@
<http://lv2plug.in/ns/ext/uri-unmap> a lv2:Specification , lv2:Feature ;
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 URI Unmap" ;
+ doap:shortdesc "A feature for unmapping URIs from integers." ;
doap:maintainer [
a foaf:Person ;
foaf:name "David Robillard" ;
diff --git a/ext/urid.lv2/urid.ttl b/ext/urid.lv2/urid.ttl
index f32ed99..fdc4871 100644
--- a/ext/urid.lv2/urid.ttl
+++ b/ext/urid.lv2/urid.ttl
@@ -24,6 +24,7 @@
a lv2:Specification ;
doap:license <http://opensource.org/licenses/isc-license> ;
doap:name "LV2 URID" ;
+ doap:shortdesc "Features for mapping URIs to and from integers." ;
doap:release [
doap:revision "0.1" ;
doap:created "2011-07-20"