aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-25 05:52:32 +0000
committerDavid Robillard <d@drobilla.net>2012-03-25 05:52:32 +0000
commit95f61aeaaa94c203ac45a6e0851d5384ad2d2b91 (patch)
tree44c043d909c11e2d8c354bc403d28531233cfa39 /lv2
parentd1bd8659d2d9233478b6ec2f26fa199f46c0f0c0 (diff)
downloadlv2-95f61aeaaa94c203ac45a6e0851d5384ad2d2b91.tar.xz
Clean up author and seeAlso information.
Remove download row from documentation header table and rename "History" section to "Releases" (which contains download links and is hopefully clear enough).
Diffstat (limited to 'lv2')
-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>.
57'>1557 1558 1559 1560 1561 1562 1563 1564 1565 1566 1567 1568 1569 1570 1571 1572 1573 1574 1575 1576 1577 1578 1579 1580 1581 1582 1583 1584 1585 1586 1587 1588 1589 1590 1591 1592 1593 1594 1595 1596 1597 1598 1599 1600 1601 1602 1603 1604 1605 1606 1607 1608 1609 1610 1611 1612 1613 1614 1615 1616 1617 1618 1619 1620 1621 1622 1623 1624 1625 1626 1627 1628 1629 1630 1631 1632 1633 1634 1635 1636 1637 1638 1639 1640 1641 1642 1643 1644 1645 1646 1647 1648 1649 1650 1651 1652 1653 1654 1655 1656 1657 1658 1659 1660 1661 1662 1663 1664 1665 1666 1667 1668 1669 1670 1671 1672 1673 1674 1675 1676 1677 1678 1679 1680 1681 1682 1683 1684 1685 1686 1687 1688 1689 1690 1691 1692 1693 1694 1695 1696 1697 1698 1699 1700 1701 1702 1703 1704 1705 1706 1707 1708 1709 1710 1711 1712 1713 1714 1715 1716 1717 1718 1719 1720 1721 1722 1723 1724 1725 1726 1727 1728 1729 1730 1731 1732 1733 1734 1735 1736 1737 1738 1739 1740 1741 1742 1743 1744 1745 1746 1747 1748 1749 1750 1751 1752 1753 1754 1755 1756 1757 1758 1759 1760 1761 1762 1763 1764 1765 1766 1767 1768 1769 1770 1771 1772 1773 1774 1775 1776 1777 1778 1779 1780 1781 1782 1783 1784 1785 1786 1787 1788 1789 1790 1791 1792 1793 1794 1795 1796 1797 1798 1799 1800 1801 1802 1803 1804 1805 1806 1807 1808 1809 1810 1811 1812 1813 1814 1815 1816 1817 1818 1819 1820 1821 1822 1823 1824 1825 1826 1827 1828 1829 1830 1831 1832 1833 1834 1835 1836 1837 1838 1839 1840 1841 1842 1843 1844 1845 1846 1847 1848 1849 1850 1851 1852 1853 1854 1855 1856 1857 1858 1859 1860 1861 1862 1863 1864 1865 1866 1867 1868 1869 1870 1871 1872 1873 1874 1875 1876 1877 1878 1879 1880 1881 1882 1883 1884 1885 1886 1887 1888 1889 1890 1891 1892 1893 1894 1895 1896 1897 1898 1899 1900 1901 1902 1903 1904 1905 1906 1907 1908 1909 1910 1911 1912 1913 1914 1915 1916 1917 1918 1919 1920 1921 1922 1923 1924 1925 1926 1927 1928 1929 1930 1931 1932 1933 1934 1935 1936 1937 1938 1939 1940 1941 1942 1943 1944 1945 1946 1947 1948 1949 1950 1951 1952 1953 1954 1955 1956 1957 1958 1959 1960 1961 1962 1963 1964 1965 1966 1967 1968 1969 1970 1971 1972 1973 1974 1975 1976 1977 1978 1979 1980 1981 1982 1983 1984 1985 1986 1987 1988 1989 1990 1991 1992 1993 1994 1995 1996 1997 1998 1999 2000 2001 2002 2003 2004 2005 2006 2007 2008 2009 2010 2011 2012 2013 2014 2015 2016 2017 2018 2019 2020 2021 2022 2023 2024 2025 2026 2027 2028 2029 2030 2031 2032 2033 2034 2035 2036 2037 2038 2039 2040 2041 2042 2043 2044 2045 2046 2047 2048 2049 2050 2051 2052 2053 2054 2055 2056 2057 2058 2059 2060 2061 2062 2063 2064 2065 2066 2067 2068 2069 2070 2071 2072 2073 2074 2075 2076 2077 2078 2079 2080 2081 2082 2083 2084 2085 2086 2087 2088 2089 2090 2091 2092 2093 2094 2095 2096 2097 2098 2099 2100 2101 2102 2103 2104 2105 2106 2107 2108 2109 2110 2111 2112 2113 2114 2115 2116 2117 2118 2119 2120 2121 2122 2123 2124 2125 2126 2127 2128 2129 2130 2131 2132 2133 2134 2135 2136 2137 2138 2139 2140 2141 2142 2143 2144 2145 2146 2147 2148 2149 2150 2151 2152 2153 2154 2155 2156 2157 2158 2159 2160 2161 2162 2163 2164 2165 2166 2167 2168 2169 2170 2171 2172 2173 2174 2175 2176 2177 2178 2179 2180 2181 2182 2183 2184 2185 2186 2187 2188 2189 2190 2191 2192 2193 2194 2195 2196 2197 2198 2199 2200 2201 2202 2203 2204 2205 2206 2207 2208 2209 2210 2211 2212 2213 2214 2215 2216 2217 2218 2219 2220 2221 2222 2223 2224 2225 2226 2227 2228 2229 2230 2231 2232 2233 2234 2235 2236 2237 2238 2239 2240 2241 2242 2243 2244 2245 2246 2247 2248 2249 2250 2251 2252 2253 2254 2255 2256 2257 2258 2259 2260 2261 2262 2263 2264 2265 2266 2267 2268 2269 2270 2271 2272 2273 2274 2275 2276 2277 2278 2279 2280 2281 2282 2283 2284 2285 2286 2287 2288 2289 2290 2291 2292 2293 2294 2295 2296 2297 2298 2299 2300 2301 2302 2303 2304 2305 2306 2307 2308 2309 2310 2311 2312 2313 2314 2315 2316 2317 2318 2319 2320 2321 2322 2323 2324 2325 2326 2327 2328 2329 2330 2331 2332 2333 2334 2335 2336 2337 2338 2339 2340 2341 2342 2343 2344 2345 2346 2347 2348 2349 2350 2351 2352 2353 2354 2355 2356 2357 2358 2359 2360 2361 2362 2363 2364 2365 2366 2367 2368 2369 2370 2371 2372 2373 2374 2375 2376 2377 2378 2379 2380 2381 2382 2383 2384 2385 2386 2387 2388 2389 2390 2391 2392 2393 2394 2395 2396 2397 2398 2399 2400 2401 2402 2403 2404 2405 2406 2407 2408 2409 2410 2411 2412 2413 2414 2415 2416 2417 2418 2419 2420 2421 2422 2423 2424 2425 2426 2427 2428 2429 2430 2431 2432 2433 2434 2435 2436 2437 2438 2439 2440 2441 2442 2443 2444 2445 2446 2447 2448 2449 2450 2451 2452 2453 2454 2455 2456 2457 2458 2459 2460 2461 2462 2463 2464 2465 2466 2467 2468 2469 2470 2471 2472 2473 2474 2475 2476 2477 2478 2479 2480 2481 2482 2483 2484 2485 2486 2487 2488 2489 2490 2491 2492 2493 2494 2495 2496 2497 2498 2499 2500 2501 2502 2503 2504 2505 2506 2507 2508 2509 2510