aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/resize-port
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/lv2plug.in/ns/ext/resize-port
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/lv2plug.in/ns/ext/resize-port')
-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
2 files changed, 65 insertions, 58 deletions
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