From 106e4d5ea132397a589baedf3db6aa64079e6c87 Mon Sep 17 00:00:00 2001 From: tremblap Date: Thu, 14 Apr 2022 14:46:49 -0400 Subject: [PATCH] novelty interface change in example --- ...ty Reduction 2D sound browsing (each step separated out).scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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);