From 7989414e6ad2c89035c542d0d4e1f6e49165d57e Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Wed, 21 Apr 2021 14:25:23 +0100 Subject: [PATCH] updated the helpfile of novelty with the new formula to compute the latency --- release-packaging/HelpSource/Classes/FluidNoveltySlice.schelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-packaging/HelpSource/Classes/FluidNoveltySlice.schelp b/release-packaging/HelpSource/Classes/FluidNoveltySlice.schelp index e5f8ec3..fc5fcc7 100644 --- a/release-packaging/HelpSource/Classes/FluidNoveltySlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidNoveltySlice.schelp @@ -56,7 +56,7 @@ ARGUMENT:: maxFilterSize This cannot be modulated. RETURNS:: - An audio stream with impulses at detected transients. The latency between the input and the output is STRONG::windowSize + (hopSize * (((kernelSize+1)/2) + (filterSize / 2))):: samples at minimum. + An audio stream with impulses at detected transients. The latency between the input and the output is STRONG::windowSize + (hopSize * (((kernelSize+1)/2) + (filterSize / 2) + 1)):: samples at minimum. EXAMPLES::