aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2016-09-18 10:41:12 -0400
committerDavid Robillard <d@drobilla.net>2016-09-18 10:41:12 -0400
commitf2dcf90d3185a7493f98a51352c6fde80b36b58f (patch)
treeb4f1446070e7ed4680dddf015ce4eed349b7eee4 /lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
parent0ba0e4e27fe8be4bed1b041de12c3917d2f0b53e (diff)
downloadlv2-f2dcf90d3185a7493f98a51352c6fde80b36b58f.tar.xz
Add bufsz:coarseBlockLength feature
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.ttl14
1 files changed, 14 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 31a6906f..87bf655 100644
--- a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
+++ b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl
@@ -62,6 +62,20 @@ plugins must require both this feature and bufsz:fixedBlockLength.</p>
capable of running the plugin.</p>
""" .
+bufsz:coarseBlockLength
+ a lv2:Feature ;
+ rdfs:label "coarse block length" ;
+ lv2:documentation """
+<p>A feature that indicates the plugin prefers coarse, regular block lengths.
+For example, plugins that do not implement sample-accurate control use this
+feature to indicate that the host should not split the run cycle because
+controls have changed.</p>
+
+<p>Note that this feature is merely a hint, and does not guarantee a fixed
+block length. The run cycle may be split for other reasons, and the blocksize
+itself may change anytime.</p>
+""" .
+
bufsz:maxBlockLength
a rdf:Property ,
owl:DatatypeProperty ,