aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2015-09-09 21:24:19 -0400
committerDavid Robillard <d@drobilla.net>2015-09-09 21:24:19 -0400
commit930649e812dc1b03f21be5ef7f412d892d3add1b (patch)
tree064e0ffb0ddf17d9d351c9a4453f4b3d15a8dbbb /lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
parent2cbcdae109088d91c8c759097bbd6a1060e41735 (diff)
downloadlv2-930649e812dc1b03f21be5ef7f412d892d3add1b.tar.xz
Add bufsz:nominalBlockLength
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl16
1 files changed, 16 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
index 5e2ec76..31a6906f 100644
--- a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
+++ b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
@@ -86,6 +86,22 @@ once, that is, the minimum <code>sample_count</code> parameter that will ever
be passed to LV2_Descriptor::run().</p>
""" .
+bufsz:nominalBlockLength
+ a rdf:Property ,
+ owl:DatatypeProperty ,
+ opts:Option ;
+ rdfs:label "nominal block length" ;
+ rdfs:range xsd:nonNegativeInteger ;
+ lv2:documentation """
+<p>The typical block length the host will request the plugin to process at
+once, once, that is, the typical <code>sample_count</code> parameter that will
+be passed to LV2_Descriptor::run(). This will usually be equivalent, or close
+to, the maximum block length, but there are no strong guarantees about this
+value whatsoever. Plugins may use this length for optimization purposes, but
+MUST NOT assume the host will always process blocks of this length. In
+particular, the host MAY process longer blocks.</p>
+""" .
+
bufsz:sequenceSize
a rdf:Property ,
owl:DatatypeProperty ,