diff --git a/release-packaging/Examples/Guides/Dimensionality Reduction 2D sound browsing (each step separated out).scd b/release-packaging/Examples/Guides/Dimensionality Reduction 2D sound browsing (each step separated out).scd index 398c5d4..eb6a5f1 100644 --- a/release-packaging/Examples/Guides/Dimensionality Reduction 2D sound browsing (each step separated out).scd +++ b/release-packaging/Examples/Guides/Dimensionality Reduction 2D sound browsing (each step separated out).scd @@ -43,7 +43,7 @@ do the whole process in one go! var indices = Buffer(s); // a buffer for saving the discovered indices into // play around the the threshold anad feature (see help file) to get differet slicing results - FluidBufNoveltySlice.processBlocking(s,buffer,indices:indices,feauture:0,threshold:0.5,action:{ + FluidBufNoveltySlice.processBlocking(s,buffer,indices:indices,algorithm:0,threshold:0.5,action:{ "% slices found".format(indices.numFrames).postln; "average duration in seconds: %".format(buffer.duration/indices.numFrames).postln; action.(buffer,indices);