aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/lv2plug.in')
-rw-r--r--lv2/lv2plug.in/ns/ext/atom/atom.ttl3
-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.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/event/event.ttl3
-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.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/log/log.ttl3
-rw-r--r--lv2/lv2plug.in/ns/ext/midi/midi.ttl4
-rw-r--r--lv2/lv2plug.in/ns/ext/parameters/parameters.ttl8
-rw-r--r--lv2/lv2plug.in/ns/ext/patch/patch.ttl3
-rw-r--r--lv2/lv2plug.in/ns/ext/port-props/port-props.ttl5
-rw-r--r--lv2/lv2plug.in/ns/ext/presets/presets.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/resize-port.h45
-rw-r--r--lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl78
-rw-r--r--lv2/lv2plug.in/ns/ext/state/state.ttl1
-rw-r--r--lv2/lv2plug.in/ns/ext/time/time.ttl3
-rw-r--r--lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl28
-rw-r--r--lv2/lv2plug.in/ns/ext/urid/urid.ttl2
-rw-r--r--lv2/lv2plug.in/ns/ext/worker/worker.ttl8
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.ttl1
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl8
-rw-r--r--lv2/lv2plug.in/ns/lv2core/lv2core.ttl1
23 files changed, 124 insertions, 89 deletions
diff --git a/lv2/lv2plug.in/ns/ext/atom/atom.ttl b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
index 2cd0f59..e4578f3 100644
--- a/lv2/lv2plug.in/ns/ext/atom/atom.ttl
+++ b/lv2/lv2plug.in/ns/ext/atom/atom.ttl
@@ -33,7 +33,8 @@
doap:name "LV2 Atom" ;
doap:shortdesc "A generic value container and several data types." ;
doap:license <http://opensource.org/licenses/isc> ;
- rdfs:seeAlso <util.h> ,
+ rdfs:seeAlso <atom.h> ,
+ <util.h> ,
<forge.h> ;
doap:release [
doap:revision "0.6" ;
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 215576e..1d197eb 100644
--- a/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
+++ b/lv2/lv2plug.in/ns/ext/cv-port/cv-port.ttl
@@ -31,7 +31,7 @@
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 CV Port" ;
doap:shortdesc "Control Voltage ports for LV2 plugins." ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines Control Voltage (CV) ports, which are audio-rate
control ports like those used on classical voltage-controlled synthesizers.
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 7df1c9d..0296235 100644
--- a/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/data-access/data-access.ttl
@@ -31,6 +31,7 @@
<http://lv2plug.in/ns/ext/data-access>
a lv2:Specification ,
doap:Project ;
+ rdfs:seeAlso <data-access.h> ;
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/dynmanifest.ttl b/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl
index 2054a17..69ea2d7 100644
--- a/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl
+++ b/lv2/lv2plug.in/ns/ext/dynmanifest/dynmanifest.ttl
@@ -24,6 +24,7 @@
<http://lv2plug.in/ns/ext/dynmanifest>
a lv2:Specification ;
+ rdfs:seeAlso <dynmanifest.h> ;
lv2:documentation """
<p>The LV2 API, on its own, cannot be used to write plugin libraries where data
is dynamically generated at runtime (e.g. API wrappers), since LV2 requires
diff --git a/lv2/lv2plug.in/ns/ext/event/event.ttl b/lv2/lv2plug.in/ns/ext/event/event.ttl
index f70f9bc..24acc33 100644
--- a/lv2/lv2plug.in/ns/ext/event/event.ttl
+++ b/lv2/lv2plug.in/ns/ext/event/event.ttl
@@ -37,7 +37,8 @@ _:larsl
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Event" ;
doap:shortdesc "A port-based real-time generic event interface." ;
- rdfs:seeAlso <event-helpers.h> ;
+ rdfs:seeAlso <event.h> ,
+ <event-helpers.h> ;
doap:release [
doap:revision "1.4" ;
doap:created "2011-11-21" ;
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 958c333..94027d6 100644
--- a/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
+++ b/lv2/lv2plug.in/ns/ext/host-info/host-info.ttl
@@ -38,7 +38,7 @@
doap:license <http://usefulinc.com/doap/licenses/mit> ;
doap:name "LV2 Host Info" ;
doap:shortdesc "A format for describing LV2 hosts." ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This specification defines various properties to represent useful information
about LV2 hosts. Currently, the primary use of this specification is to describe which
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 ae7bdf5..fdab336 100644
--- a/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
+++ b/lv2/lv2plug.in/ns/ext/instance-access/instance-access.ttl
@@ -30,6 +30,7 @@
<http://lv2plug.in/ns/ext/instance-access>
a lv2:Specification ;
+ rdfs:seeAlso <instance-access.h> ;
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 5a5c616..d617602 100644
--- a/lv2/lv2plug.in/ns/ext/log/log.ttl
+++ b/lv2/lv2plug.in/ns/ext/log/log.ttl
@@ -29,9 +29,10 @@
<http://lv2plug.in/ns/ext/log>
a lv2:Specification ;
+ rdfs:seeAlso <log.h> ;
doap:name "LV2 Log" ;
doap:shortdesc "A feature for writing log messages." ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines a feature, <a href="#log">log:log</a>, which allows
plugins to print log messages with an API much like the standard C printf
diff --git a/lv2/lv2plug.in/ns/ext/midi/midi.ttl b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
index d1de5a5..be7031a 100644
--- a/lv2/lv2plug.in/ns/ext/midi/midi.ttl
+++ b/lv2/lv2plug.in/ns/ext/midi/midi.ttl
@@ -38,11 +38,13 @@ _:larsl
<http://lv2plug.in/ns/ext/midi>
a lv2:Specification ;
+ rdfs:seeAlso <midi.h> ;
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 _:larsl ;
+ doap:developer <http://drobilla.net/drobilla#me> ,
+ _:larsl ;
doap:release [
doap:revision "1.5" ;
doap:created "2012-02-19" ;
diff --git a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
index 3740012..3caddf6 100644
--- a/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
+++ b/lv2/lv2plug.in/ns/ext/parameters/parameters.ttl
@@ -38,10 +38,12 @@
] ;
doap:created "2009-01-01" ;
doap:shortdesc "Common parameters for audio processing." ;
- doap:maintainer [
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer [
a foaf:Person ;
- foaf:name "Krzysztof Foltman" ;
- ] , <http://drobilla.net/drobilla#me> ;
+ foaf:name "Lars Luthman" ;
+ foaf:mbox <mailto:lars.luthman@gmail.com> ;
+ ] ;
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 10d6337..1c50893 100644
--- a/lv2/lv2plug.in/ns/ext/patch/patch.ttl
+++ b/lv2/lv2plug.in/ns/ext/patch/patch.ttl
@@ -30,8 +30,9 @@
<http://lv2plug.in/ns/ext/patch>
a lv2:Specification ;
+ rdfs:seeAlso <patch.h> ;
doap:license <http://opensource.org/licenses/isc> ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Patch" ;
doap:release [
doap:created "2012-02-08" ;
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 5758885..6b56cd6 100644
--- a/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
+++ b/lv2/lv2plug.in/ns/ext/port-props/port-props.ttl
@@ -37,10 +37,11 @@
] ;
doap:created "2009-01-01" ;
doap:shortdesc "Various port properties." ;
- doap:maintainer [
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer [
a foaf:Person ;
foaf:name "Krzysztof Foltman" ;
- ] , <http://drobilla.net/drobilla#me> ;
+ ] ;
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 6d0e375..a72a68e 100644
--- a/lv2/lv2plug.in/ns/ext/presets/presets.ttl
+++ b/lv2/lv2plug.in/ns/ext/presets/presets.ttl
@@ -34,7 +34,7 @@
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 Presets" ;
doap:shortdesc "Presets for LV2 plugins. " ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
doap:release [
doap:revision "2.3" ;
doap:created "2012-03-22" ;
diff --git a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
index 7f014a3..4da4254 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
+++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.h
@@ -1,30 +1,33 @@
-/* LV2 Resize Port Extension
- * Copyright (C) 2007-2009 David Robillard <http://drobilla.net>
- *
- * This header is free software; you can redistribute it and/or modify it
- * under the terms of the GNU General Public License as published by the Free
- * Software Foundation; either version 2 of the License, or (at your option)
- * any later version.
- *
- * This header is distributed in the hope that it will be useful, but WITHOUT
- * ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or
- * FITNESS FOR A PARTICULAR PURPOSE. See the GNU General Public License
- * for more details.
- *
- * You should have received a copy of the GNU General Public License along
- * with this program; if not, write to the Free Software Foundation, Inc.,
- * 51 Franklin St, Fifth Floor, Boston, MA 02110-1301 USA.
- */
+/*
+ Copyright 2007-2012 David Robillard <http://drobilla.net>
+
+ Permission to use, copy, modify, and/or distribute this software for any
+ purpose with or without fee is hereby granted, provided that the above
+ copyright notice and this permission notice appear in all copies.
+
+ THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+ WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+ MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+ ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+ WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+ ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+ OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
+*/
#ifndef LV2_RESIZE_PORT_H
#define LV2_RESIZE_PORT_H
-#include <stdbool.h>
#include <stddef.h>
#include <stdint.h>
#define LV2_RESIZE_PORT_URI "http://lv2plug.in/ns/ext/resize-port"
+#ifdef __cplusplus
+extern "C" {
+#else
+# include <stdbool.h>
+#endif
+
typedef void* LV2_Resize_Port_Feature_Data;
typedef struct {
@@ -53,5 +56,9 @@ typedef struct {
} LV2_Resize_Port_Feature;
-#endif /* LV2_RESIZE_PORT_H */
+#ifdef __cplusplus
+} /* extern "C" */
+#endif
+
+#endif /* LV2_RESIZE_PORT_H */
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 a458431..2a4c716 100644
--- a/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
+++ b/lv2/lv2plug.in/ns/ext/resize-port/resize-port.ttl
@@ -1,41 +1,39 @@
-# LV2 Contexts Extension
+# LV2 Resize Port Extension
+# Copyright 2007-2012 David Robillard <d@drobilla.net>
#
-# Allows for an LV2 plugin to have several independent contexts, each with its
-# own run callback and associated ports.
+# Permission to use, copy, modify, and/or distribute this software for any
+# purpose with or without fee is hereby granted, provided that the above
+# copyright notice and this permission notice appear in all copies.
#
-# Copyright (C) 2007 David Robillard
-#
-# Permission is hereby granted, free of charge, to any person obtaining a
-# copy of this software and associated documentation files (the "Software"),
-# to deal in the Software without restriction, including without limitation
-# the rights to use, copy, modify, merge, publish, distribute, sublicense,
-# and/or sell copies of the Software, and to permit persons to whom the
-# Software is furnished to do so, subject to the following conditions:
-#
-# The above copyright notice and this permission notice shall be included
-# in all copies or substantial portions of the Software.
-#
-# THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
-# IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
-# FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL
-# THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR
-# OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE,
-# ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
-# OTHER DEALINGS IN THE SOFTWARE.
+# THIS SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES
+# WITH REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF
+# MERCHANTABILITY AND FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR
+# ANY SPECIAL, DIRECT, INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES
+# WHATSOEVER RESULTING FROM LOSS OF USE, DATA OR PROFITS, WHETHER IN AN
+# ACTION OF CONTRACT, NEGLIGENCE OR OTHER TORTIOUS ACTION, ARISING OUT OF
+# OR IN CONNECTION WITH THE USE OR PERFORMANCE OF THIS SOFTWARE.
-@prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> .
+@prefix doap: <http://usefulinc.com/ns/doap#> .
+@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix rsz: <http://lv2plug.in/ns/ext/resize-port#> .
@prefix xsd: <http://www.w3.org/2001/XMLSchema#> .
-@prefix doap: <http://usefulinc.com/ns/doap#> .
-@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+
+<http://drobilla.net/drobilla#me>
+ a foaf:Person ;
+ foaf:name "David Robillard" ;
+ foaf:mbox <mailto:d@drobilla.net> ;
+ rdfs:seeAlso <http://drobilla.net/drobilla> .
<http://lv2plug.in/ns/ext/resize-port>
- a lv2:Specification ;
- a lv2:Feature ;
- doap:name "LV2 Resize Port Extension" ;
- doap:shortdesc "Dynamically sized LV2 port buffers." ;
+ a lv2:Specification ,
+ lv2:Feature ;
+ rdfs:seeAlso <resize-port.h> ;
+ doap:name "LV2 Resize Port Extension" ;
+ doap:shortdesc "Dynamically sized LV2 port buffers." ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>An extension that allows LV2 plugins to request a resize of an output
port.</p>
@@ -50,11 +48,12 @@ necessary.</p>
amount of space required for a particular port buffer.</p>
""" .
-rsz:asLargeAs a rdf:Property ;
- rdfs:domain lv2:Port ;
- rdfs:range lv2:Symbol ;
- rdfs:label "as large as" ;
- rdfs:comment """
+rsz:asLargeAs
+ a rdf:Property ;
+ rdfs:domain lv2:Port ;
+ rdfs:range lv2:Symbol ;
+ rdfs:label "as large as" ;
+ rdfs:comment """
Indicates that a port requires at least as much buffer space as the port
with the given symbol on the same plugin instance. This may be used for
any ports, but is generally most useful to indicate an output port must
@@ -67,11 +66,12 @@ any output O that is obj:asLargeAs an input I is connected to a buffer large
enough to copy I, or NULL if the port is lv2:connectionOptional.
""" .
-rsz:minimumSize a rdf:Property ;
- rdfs:domain lv2:Port ;
- rdfs:range lv2:Symbol ;
- rdfs:label "minimum size" ;
- rdfs:comment """
+rsz:minimumSize
+ a rdf:Property ;
+ rdfs:domain lv2:Port ;
+ rdfs:range lv2:Symbol ;
+ rdfs:label "minimum size" ;
+ rdfs:comment """
Indicates that a port requires a buffer at least this large, in bytes.
Any host that supports the resize-port feature MUST connect any port with a
minimumSize specified to a buffer at least as large as the value given for
diff --git a/lv2/lv2plug.in/ns/ext/state/state.ttl b/lv2/lv2plug.in/ns/ext/state/state.ttl
index 4f0295e..fff40f3 100644
--- a/lv2/lv2plug.in/ns/ext/state/state.ttl
+++ b/lv2/lv2plug.in/ns/ext/state/state.ttl
@@ -30,6 +30,7 @@
<http://lv2plug.in/ns/ext/state>
a lv2:Specification ;
+ rdfs:seeAlso <state.h> ;
doap:name "LV2 State" ;
doap:shortdesc "An interface for LV2 plugins to save and restore state." ;
doap:license <http://opensource.org/licenses/isc> ;
diff --git a/lv2/lv2plug.in/ns/ext/time/time.ttl b/lv2/lv2plug.in/ns/ext/time/time.ttl
index 8ce468f..6868fdd 100644
--- a/lv2/lv2plug.in/ns/ext/time/time.ttl
+++ b/lv2/lv2plug.in/ns/ext/time/time.ttl
@@ -29,13 +29,14 @@
<http://lv2plug.in/ns/ext/time>
a lv2:Specification ;
+ rdfs:seeAlso <time.h> ;
doap:name "LV2 Time" ;
doap:shortdesc "Properties for describing time." ;
doap:release [
doap:revision "0.2" ;
doap:created "2012-02-28" ;
] ;
- doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This is a vocabulary for precisely describing a position in time and the
passage of time itself, in both real and musical terms.</p>
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 5527e74..4a7ffed 100644
--- a/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
+++ b/lv2/lv2plug.in/ns/ext/uri-map/uri-map.ttl
@@ -37,6 +37,10 @@ _:larsl
a lv2:Specification ,
lv2:Feature ;
owl:deprecated true ;
+ rdfs:seeAlso <uri-map.h> ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
+ doap:developer _:larsl ,
+ <http://drobilla.net/drobilla#me> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 URI Map" ;
doap:shortdesc "A feature for mapping URIs to integers." ;
@@ -47,11 +51,11 @@ _:larsl
doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.4.tar.bz2> ;
dcs:changeset [
dcs:item [
- rdfs:label "Update packaging."
+ rdfs:label "Update packaging." ;
] , [
- rdfs:label "Deprecate uri-map in favour of urid."
- ]
- ]
+ rdfs:label "Deprecate uri-map in favour of urid." ;
+ ] ;
+ ] ;
] , [
doap:revision "1.2" ;
doap:created "2011-05-26" ;
@@ -59,11 +63,11 @@ _:larsl
doap:file-release <http://lv2plug.in/spec/lv2-uri-map-1.2.tar.bz2> ;
dcs:changeset [
dcs:item [
- rdfs:label "Add build system (for installation)."
+ rdfs:label "Add build system (for installation)." ;
] , [
- rdfs:label "Mark up documentation in HTML using lv2:docum"
- ]
- ]
+ rdfs:label "Mark up documentation in HTML using lv2:docum" ;
+ ] ;
+ ] ;
] , [
doap:revision "1.0" ;
doap:created "2010-10-18" ;
@@ -71,12 +75,10 @@ _:larsl
dcs:blame <http://drobilla.net/drobilla#me> ;
dcs:changeset [
dcs:item [
- rdfs:label "Initial release."
- ]
- ]
+ rdfs:label "Initial release." ;
+ ] ;
+ ] ;
] ;
- doap:maintainer <http://drobilla.net/drobilla#me> ,
- _:larsl ;
lv2:documentation """
<p><span class="warning">This extension is deprecated.</span> New
implementations should use <a href="http://lv2plug.in/ns/ext/urid">LV2 URID</a>
diff --git a/lv2/lv2plug.in/ns/ext/urid/urid.ttl b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
index bd15630..a843e3b 100644
--- a/lv2/lv2plug.in/ns/ext/urid/urid.ttl
+++ b/lv2/lv2plug.in/ns/ext/urid/urid.ttl
@@ -34,6 +34,7 @@ _:gabrbedd
<http://lv2plug.in/ns/ext/urid>
a lv2:Specification ;
+ rdfs:seeAlso <urid.h> ;
doap:license <http://opensource.org/licenses/isc> ;
doap:name "LV2 URID" ;
doap:shortdesc "Features for mapping URIs to and from integers." ;
@@ -48,6 +49,7 @@ _:gabrbedd
]
] ;
doap:developer _:gabrbedd ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
lv2:documentation """
<p>This extension defines a simple mechanism for plugins to map URIs to and
from integers, usually for performance reasons (e.g. processing events typed by
diff --git a/lv2/lv2plug.in/ns/ext/worker/worker.ttl b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
index ea49056..0af39dd 100644
--- a/lv2/lv2plug.in/ns/ext/worker/worker.ttl
+++ b/lv2/lv2plug.in/ns/ext/worker/worker.ttl
@@ -21,9 +21,17 @@
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
+<http://drobilla.net/drobilla#me>
+ a foaf:Person ;
+ foaf:name "David Robillard" ;
+ foaf:mbox <mailto:d@drobilla.net> ;
+ rdfs:seeAlso <http://drobilla.net/drobilla> .
+
<http://lv2plug.in/ns/ext/worker>
a lv2:Specification ,
lv2:Feature ;
+ rdfs:seeAlso <worker.h> ;
+ doap:developer <http://drobilla.net/drobilla#me> ;
doap:name "LV2 Worker" ;
doap:shortdesc "Support for a non-realtime plugin worker method." ;
lv2:documentation """
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
index 382f854..81d2c6a 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
@@ -26,6 +26,7 @@
<http://lv2plug.in/ns/extensions/ui>
a owl:Ontology ;
owl:imports <http://lv2plug.in/ns/lv2core> ;
+ rdfs:seeAlso <ui.h> ;
lv2:documentation """
<p>This extension defines an interface that can be used in LV2 plugins and
hosts to create UIs for plugins. The UIs are similar to plugins and reside in
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
index e7cee3c..a7e0ecc 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.doap.ttl
@@ -22,6 +22,9 @@
doap:created "2004-04-21" ;
doap:shortdesc "An audio plugin interface specification." ;
doap:programming-language "C" ;
+ doap:developer <http://plugin.org.uk/swh.xrdf#me> ,
+ <http://drobilla.net/drobilla#me> ;
+ doap:maintainer <http://drobilla.net/drobilla#me> ;
doap:release [
doap:revision "6.7" ;
doap:created "2012-03-15" ;
@@ -115,7 +118,4 @@
rdfs:label "Initial release." ;
] ;
] ;
- ] ;
- doap:developer <http://plugin.org.uk/swh.xrdf#me> ,
- <http://drobilla.net/drobilla#me> ;
- doap:maintainer <http://drobilla.net/drobilla#me> .
+ ] .
diff --git a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
index 8841003..b474252 100644
--- a/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
+++ b/lv2/lv2plug.in/ns/lv2core/lv2core.ttl
@@ -60,6 +60,7 @@ devices). See <a href="http://www.w3.org/TR/xhtml-basic/#s_xhtmlmodules"
<http://lv2plug.in/ns/lv2core>
a owl:Ontology ;
owl:imports <http://lv2plug.in/ns/doap.owl> ;
+ rdfs:seeAlso <lv2.h> , <lv2core.doap.ttl> ;
lv2:documentation """
<p>LV2 is an interface for writing audio processors, or <q>plugins</q>, in
C/C++ which can be dynamically loaded into many applications, or <q>hosts</q>.