From 0d5f0246d56e56b692d393ed30362007398a8b14 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Tue, 12 Jan 2021 17:28:28 +0000 Subject: [PATCH 1/2] fix typo help ampslice --- release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp b/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp index 68226c3..0dcca74 100644 --- a/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufAmpSlice.schelp @@ -117,7 +117,7 @@ FluidBufAmpSlice.process(s,b,indices:c,fastRampUp: 10,fastRampDown: 2205,slowRam c.query c.getn(0,c.numFrames,{|item|item.postln;}) -//loops over a splice with the MouseX, taking the respective onset and offset of a given slice +//loops over a splice with the MouseX ( { BufRd.ar(1, b, From 0521c25bf331f731253e38222a8cc9fd2e82e879 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Wed, 13 Jan 2021 16:00:58 +0000 Subject: [PATCH 2/2] typo --- 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 9533d90..e3228f8 100644 --- a/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufOnsetSlice.schelp @@ -63,7 +63,7 @@ ARGUMENT:: filterSize The size of a smoothing filter that is applied on the novelty curve. A larger filter filter size allows for cleaner cuts on very sharp changes. ARGUMENT:: frameDelta - For certain metrics (HFC, SpectralFlux, MKL, Cosine), the distance does not have to be computed between consecutive frames. By default (0) it is, otherwise this sets the distane between the comparison window in samples. + For certain metrics (HFC, SpectralFlux, MKL, Cosine), the distance does not have to be computed between consecutive frames. By default (0) it is, otherwise this sets the distance between the comparison window in samples. ARGUMENT:: windowSize The window size. As spectral differencing relies on spectral frames, we need to decide what precision we give it spectrally and temporally, in line with Gabor Uncertainty principles. http://www.subsurfwiki.org/wiki/Gabor_uncertainty