From 6e4ba73d8363b35fb8fea4ec711320e9475822f7 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Mon, 3 Oct 2016 22:46:33 -0400 Subject: Fix typo --- lv2/lv2plug.in/ns/ext/buf-size/buf-size.ttl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lv2') 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 """

The typical block length the host will request the plugin to process at -once, once, that is, the typical sample_count parameter that will +once, that is, the typical sample_count 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 -- cgit v1.2.1