diff --git a/doc/BufOnsetSlice.rst b/doc/BufOnsetSlice.rst index c01f914..5edbe8c 100644 --- a/doc/BufOnsetSlice.rst +++ b/doc/BufOnsetSlice.rst @@ -3,16 +3,15 @@ :sc-categories: Libraries>FluidDecomposition :sc-related: Guides/FluidCorpusManipulationToolkit :see-also: OnsetSlice, BufAmpSlice, BufNoveltySlice, BufTransientSlice -:description: Implements many spectral-based onset detection metrics, most of them taken from the literature. +:description: Implements a selection of spectral-based onset detection metrics :discussion: For an overview of onset detection metrics see (http://www.dafx.ca/proceedings/papers/p_133.pdf). Some are already available in SuperCollider's Onsets object, yet not as offline processes. - 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. :process: This is the method that calls for the slicing to be calculated on a given source buffer. :output: Nothing, as the various destination buffers are declared in the function call. - :control source: The index of the buffer to use as the source material to be sliced through novelty identification. The different channels of multichannel buffers will be summed.