From 9a6768be2b06c6195b170592477fb59a5039611b Mon Sep 17 00:00:00 2001 From: Ted Moore Date: Fri, 4 Jun 2021 14:37:52 +0200 Subject: [PATCH] startFrame argument and indicated onset frame Added a note about using a startFrame argument; that the sample position of the original buffer is still what is returned. --- release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp b/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp index 80e6ee5..a46b15f 100644 --- a/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp @@ -6,7 +6,7 @@ RELATED:: Guides/FluidCorpusManipulation, Guides/FluidBufMultiThreading DESCRIPTION:: This class implements many spectral-based onset detection metrics, most of them taken from the literature. (http://www.dafx.ca/proceedings/papers/p_133.pdf) Some are already available in SuperCollider's LINK::Classes/Onsets:: object yet not as offline processes. It is part of the LINK:: Guides/FluidCorpusManipulation##Fluid Corpus Manipulation Toolkit::. For more explanations, learning material, and discussions on its musicianly uses, visit http://www.flucoma.org/ -The process will return a buffer which contains indices (in sample) of estimated starting points of different slices. +The process will return a buffer which contains indices (in samples) of estimated starting points of different slices. If a startFrame argument is supplied, the starting point indices are still specified in terms of their location in the original buffer; they are not offset by the number startFrames. STRONG::Threading::