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