aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in/ns/ext')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/data-access/data-access.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/host-info/host-info.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/log/log.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/midi/midi.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/parameters/parameters.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/port-props/port-props.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/presets.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/state/state.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/time/time.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/urid/urid.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/worker.ttl2
20 files changed, 29 insertions, 29 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index f58d6fa..7d7c47f 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -29,7 +29,7 @@
rdfs:seeAlso <atom.h> ,
<util.h> ,
<forge.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:name "LV2 Atom" ;
doap:shortdesc "A generic value container and several data types." ;
doap:created "2007" ;
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 82401b4..06c4e43 100644
--- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
+++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
@@ -22,7 +22,7 @@
<http://lv2plug.in/ns/ext/cv-port>
a lv2:Specification ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 CV Port" ;
doap:shortdesc "Control Voltage ports for LV2 plugins." ;
diff --git a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
index b84dc3f..a44c32c 100644
--- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
@@ -26,7 +26,7 @@
a lv2:Specification ,
doap:Project ;
rdfs:seeAlso <data-access.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Data Access" ;
doap:shortdesc "Provides access to LV2_Descriptor::extension_data()." ;
diff --git a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
index 198ed82..d982537 100644
--- a/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
+++ b/lv2/lv2plug.in/ns/ext/dynmanifest/lv2-dynmanifest.doap.ttl
@@ -5,14 +5,14 @@
<http://lv2plug.in/ns/ext/dynmanifest>
a doap:Project ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Dynamic Manifest" ;
doap:homepage <http://naspro.atheme.org> ;
doap:created "2009-06-13" ;
doap:shortdesc "Support for dynamic data generation." ;
doap:programming-language "C" ;
- doap:developer <http://lv2plug.in/ns/people#daste> ;
+ doap:developer <http://lv2plug.in/ns/meta#daste> ;
doap:release [
doap:revision "1.2" ;
doap:created "2011-11-21" ;
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl
index d77d7cc..52bdc86 100644
--- a/lv2/lv2plug.in/ns/ext/event/event.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/event.ttl
@@ -29,7 +29,7 @@
doap:shortdesc "A port-based real-time generic event interface." ;
rdfs:seeAlso <event.h> ,
<event-helpers.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:release [
doap:revision "1.5" ;
doap:created "2012-04-05" ;
@@ -75,7 +75,7 @@
] ;
] ;
doap:developer <http://drobilla.net/drobilla#me> ,
- <http://lv2plug.in/ns/people#larsl> ;
+ <http://lv2plug.in/ns/meta#larsl> ;
lv2:documentation """
<p>This extension defines a generic time-stamped event port type, which can be
used to create plugins that read and write real-time events, such as MIDI,
diff --git a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
index e2fba22..9b60ebf 100644
--- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
+++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
@@ -24,7 +24,7 @@
<http://lv2plug.in/ns/ext/host-info>
a lv2:Specification ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Host Info" ;
doap:shortdesc "A format for describing LV2 hosts." ;
diff --git a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
index d3a2c5b..242b85c 100644
--- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
@@ -25,7 +25,7 @@
<http://lv2plug.in/ns/ext/instance-access>
a lv2:Specification ;
rdfs:seeAlso <instance-access.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Instance Access" ;
doap:shortdesc "Provides access to the LV2_Handle of a plugin." ;
diff --git a/lv2/lv2plug.in/ns/ext/log/log.ttl b/lv2/lv2plug.in/ns/ext/log/log.ttl
index a3c3724..77645cc 100644
--- a/lv2/lv2plug.in/ns/ext/log/log.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/log.ttl
@@ -23,7 +23,7 @@
<http://lv2plug.in/ns/ext/log>
a lv2:Specification ;
- rdfs:seeAlso <log.h> , <../../people/people.ttl> ;
+ rdfs:seeAlso <log.h> , <../../meta/meta.ttl> ;
doap:name "LV2 Log" ;
doap:shortdesc "A feature for writing log messages." ;
doap:developer <http://drobilla.net/drobilla#me> ;
diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
index 02864f4..82ccef5 100644
--- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl
+++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
@@ -29,12 +29,12 @@
<http://lv2plug.in/ns/ext/midi>
a lv2:Specification ;
rdfs:seeAlso <midi.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 MIDI" ;
doap:shortdesc "A normalised definition of raw MIDI." ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
- doap:developer <http://lv2plug.in/ns/people#larsl> ,
+ doap:developer <http://lv2plug.in/ns/meta#larsl> ,
<http://drobilla.net/drobilla#me> ;
doap:release [
doap:revision "1.5" ;
diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
index 395e9cc..b09f82a 100644
--- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
+++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
@@ -25,7 +25,7 @@
<http://lv2plug.in/ns/ext/parameters>
a lv2:Specification ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:name "LV2 Parameters" ;
doap:release [
doap:revision "0.2" ;
@@ -34,7 +34,7 @@
doap:created "2009-01-01" ;
doap:shortdesc "Common parameters for audio processing." ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
- doap:developer <http://lv2plug.in/ns/people#larsl> ;
+ doap:developer <http://lv2plug.in/ns/meta#larsl> ;
lv2:documentation """
<p>This extension defines parameters common in audio processing software. A
<q>parameter</q> is purely a metadata concept, unrelated to any particular code
diff --git a/lv2/lv2plug.in/ns/ext/patch/patch.ttl b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
index 347cf91..014b63f 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -25,7 +25,7 @@
<http://lv2plug.in/ns/ext/patch>
a lv2:Specification ;
rdfs:seeAlso <patch.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Patch" ;
diff --git a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
index 005f64f..af044ed 100644
--- a/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-groups/port-groups.ttl
@@ -26,12 +26,12 @@
<http://lv2plug.in/ns/ext/port-groups>
a lv2:Specification ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Port Groups" ;
doap:shortdesc "Multi-channel groups of LV2 ports." ;
rdfs:comment "Defines semantic groupings of LV2 ports" ;
- doap:developer <http://lv2plug.in/ns/people#larsl> ,
+ doap:developer <http://lv2plug.in/ns/meta#larsl> ,
<http://drobilla.net/drobilla#me> .
pg:Group
diff --git a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
index 8b47c64..d780493 100644
--- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
@@ -24,7 +24,7 @@
<http://lv2plug.in/ns/ext/port-props>
a lv2:Specification ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:name "LV2 Port Properties" ;
doap:release [
doap:revision "0.2" ;
@@ -33,7 +33,7 @@
doap:created "2009-01-01" ;
doap:shortdesc "Various port properties." ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
- doap:developer <http://lv2plug.in/ns/people#kfoltman> ;
+ doap:developer <http://lv2plug.in/ns/meta#kfoltman> ;
lv2:documentation """
<p>This extension defines various properties for plugin ports, which can be
used to better describe how a plugin can be controlled. Using this metadata,
diff --git a/lv2/lv2plug.in/ns/ext/presets/presets.ttl b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
index 52498b5..0c54fee 100644
--- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
@@ -25,7 +25,7 @@
<http://lv2plug.in/ns/ext/presets>
a lv2:Specification ;
- rdfs:seeAlso <../../people/people.ttl> ;
+ rdfs:seeAlso <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Presets" ;
doap:shortdesc "Presets for LV2 plugins. " ;
diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
index 72f81a2..8aade38 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
+++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
@@ -26,7 +26,7 @@
a lv2:Specification ,
lv2:Feature ;
rdfs:seeAlso <resize-port.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:name "LV2 Resize Port Extension" ;
doap:shortdesc "Dynamically sized LV2 port buffers." ;
doap:developer <http://drobilla.net/drobilla#me> ;
diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl
index 2d12d08..211003e 100644
--- a/lv2/lv2plug.in/ns/ext/state/state.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/state.ttl
@@ -25,7 +25,7 @@
<http://lv2plug.in/ns/ext/state>
a lv2:Specification ;
rdfs:seeAlso <state.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:name "LV2 State" ;
doap:shortdesc "An interface for LV2 plugins to save and restore state." ;
doap:license <http://opensource.org/licenses/isc> ;
@@ -34,7 +34,7 @@
doap:created "2012-03-30" ;
dcs:blame <http://drobilla.net/drobilla#me>
] ;
- doap:developer <http://lv2plug.in/ns/people#paniq> ,
+ doap:developer <http://lv2plug.in/ns/meta#paniq> ,
<http://drobilla.net/drobilla#me> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl
index 3eed585..8046030 100644
--- a/lv2/lv2plug.in/ns/ext/time/time.ttl
+++ b/lv2/lv2plug.in/ns/ext/time/time.ttl
@@ -25,7 +25,7 @@
<http://lv2plug.in/ns/ext/time>
a lv2:Specification ;
rdfs:seeAlso <time.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:name "LV2 Time" ;
doap:shortdesc "Properties for describing time." ;
doap:release [
diff --git a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
index 2fed8b6..9987ef4 100644
--- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
+++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
@@ -28,9 +28,9 @@
lv2:Feature ;
owl:deprecated true ;
rdfs:seeAlso <uri-map.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
- doap:developer <http://lv2plug.in/ns/people#larsl> ,
+ doap:developer <http://lv2plug.in/ns/meta#larsl> ,
<http://drobilla.net/drobilla#me> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 URI Map" ;
diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
index d359217..a78d0c2 100644
--- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl
+++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
@@ -24,7 +24,7 @@
<http://lv2plug.in/ns/ext/urid>
a lv2:Specification ;
rdfs:seeAlso <urid.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 URID" ;
doap:shortdesc "Features for mapping URIs to and from integers." ;
@@ -38,7 +38,7 @@
]
]
] ;
- doap:developer <http://lv2plug.in/ns/people#gabrbedd> ;
+ doap:developer <http://lv2plug.in/ns/meta#gabrbedd> ;
doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines a simple mechanism for plugins to map URIs to and
diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
index 09f7249..9222707 100644
--- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl
+++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
@@ -25,7 +25,7 @@
a lv2:Specification ,
lv2:Feature ;
rdfs:seeAlso <worker.h> ,
- <../../people/people.ttl> ;
+ <../../meta/meta.ttl> ;
doap:developer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Worker" ;
doap:shortdesc "Support for a non-realtime plugin worker method." ;