From 147e46df5b1938b804c248fad057be15693b14ea Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Sat, 18 Jul 2020 13:37:58 +0100 Subject: [PATCH] a little patience is required --- release-packaging/HelpSource/Classes/FluidMDS.schelp | 1 + release-packaging/HelpSource/Classes/FluidPCA.schelp | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/release-packaging/HelpSource/Classes/FluidMDS.schelp b/release-packaging/HelpSource/Classes/FluidMDS.schelp index 46273b5..084df36 100644 --- a/release-packaging/HelpSource/Classes/FluidMDS.schelp +++ b/release-packaging/HelpSource/Classes/FluidMDS.schelp @@ -102,6 +102,7 @@ FluidBufMFCC.process(s,~audio, features: ~mfcc_feature); FreeSelf.kr(count - 99); }.play; ) +// wait for the post window to acknoledge the job is done. diff --git a/release-packaging/HelpSource/Classes/FluidPCA.schelp b/release-packaging/HelpSource/Classes/FluidPCA.schelp index 2e29393..b34d721 100644 --- a/release-packaging/HelpSource/Classes/FluidPCA.schelp +++ b/release-packaging/HelpSource/Classes/FluidPCA.schelp @@ -103,6 +103,7 @@ FluidBufMFCC.process(s,~audio, features: ~mfcc_feature); FreeSelf.kr(count - 99); }.play; ) +// wait for the post window to acknoledge the job is done. //First standardize our DataSet, so that the MFCC dimensions are on comensurate scales @@ -116,7 +117,6 @@ FluidBufMFCC.process(s,~audio, features: ~mfcc_feature); ~reducedarray.add(x["data"][i.asString]) }}; }); -// wait for the post window to acknoledge the job is done. ) //Visualise the 2D projection of our original 12D data