diff options
-rw-r--r-- | lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl | 2 |
1 files changed, 1 insertions, 1 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 87bf655..f8a9d60 100644 --- a/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl +++ b/lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl @@ -108,7 +108,7 @@ bufsz:nominalBlockLength 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 +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 |