aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/buf-size.lv2/buf-size.meta.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'lv2/buf-size.lv2/buf-size.meta.ttl')
-rw-r--r--lv2/buf-size.lv2/buf-size.meta.ttl35
1 files changed, 0 insertions, 35 deletions
diff --git a/lv2/buf-size.lv2/buf-size.meta.ttl b/lv2/buf-size.lv2/buf-size.meta.ttl
index b1d8011..dbce35b 100644
--- a/lv2/buf-size.lv2/buf-size.meta.ttl
+++ b/lv2/buf-size.lv2/buf-size.meta.ttl
@@ -1,5 +1,4 @@
@prefix bufsz: <http://lv2plug.in/ns/ext/buf-size#> .
-@prefix dcs: <http://ontologi.es/doap-changeset#> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@@ -11,39 +10,6 @@
doap:shortdesc "Access to, and restrictions on, buffer sizes." ;
doap:created "2012-08-07" ;
doap:developer <http://drobilla.net/drobilla#me> ;
- doap:release [
- doap:revision "1.4" ;
- doap:created "2015-09-18" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.14.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Add bufsz:nominalBlockLength option."
- ] , [
- rdfs:label "Add bufsz:coarseBlockLength feature."
- ]
- ]
- ] , [
- doap:revision "1.2" ;
- doap:created "2012-12-21" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.4.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Fix typo in bufsz:sequenceSize label."
- ]
- ]
- ] , [
- doap:revision "1.0" ;
- doap:created "2012-10-14" ;
- doap:file-release <http://lv2plug.in/spec/lv2-1.2.0.tar.bz2> ;
- dcs:blame <http://drobilla.net/drobilla#me> ;
- dcs:changeset [
- dcs:item [
- rdfs:label "Initial release."
- ]
- ]
- ] ;
lv2:documentation """
This extension defines a facility for plugins to get information about the
@@ -154,4 +120,3 @@ This should be provided as an option by hosts that support event ports
auxiliary buffers large enough to copy the input.
"""^^lv2:Markdown .
-