From 6070383578c0fc3a12af8d27d8c8158015c808e9 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Sat, 29 May 2021 15:44:53 +0100 Subject: [PATCH] typos in mfcc and nmfmorph help files --- release-packaging/HelpSource/Classes/FluidMFCC.schelp | 4 ++-- release-packaging/HelpSource/Classes/FluidNMFMorph.schelp | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/release-packaging/HelpSource/Classes/FluidMFCC.schelp b/release-packaging/HelpSource/Classes/FluidMFCC.schelp index dac7a3f..045dec5 100644 --- a/release-packaging/HelpSource/Classes/FluidMFCC.schelp +++ b/release-packaging/HelpSource/Classes/FluidMFCC.schelp @@ -61,7 +61,7 @@ a.reference_(Array.fill(13,{0.5})); //make a center line to show 0 //run the window updating routine. ( -~winRange = 200; +~winRange = 20; r = Routine { { @@ -89,7 +89,7 @@ x = {arg type = 0; // change the wave types, observe the amplitude invariance of the descriptors, apart from the leftmost coefficient x.set(\type, 1) -~winRange = 5; //adjust the range above and below 0 to zoom in or out on the MFCC +~winRange = 40; //adjust the range above and below 0 to zoom in or out on the MFCC x.set(\type, 2) x.set(\type, 0) // free this source diff --git a/release-packaging/HelpSource/Classes/FluidNMFMorph.schelp b/release-packaging/HelpSource/Classes/FluidNMFMorph.schelp index c594fd3..8aa7766 100644 --- a/release-packaging/HelpSource/Classes/FluidNMFMorph.schelp +++ b/release-packaging/HelpSource/Classes/FluidNMFMorph.schelp @@ -53,7 +53,7 @@ code::FluidNMFMorph:: relies on preexisting NMF analyses to generate variations code:: //read some audio ( -~audiopath = File.realpath(FluidMelBands.class.filenameSymbol).dirname; +~audiopath = File.realpath(FluidNMFMorph.class.filenameSymbol).dirname; ~src1 = Buffer.readChannel(s,~audiopath +/+ "../AudioFiles/Nicol-LoopE-M.wav",channels:[0]); //some drums ~src2 = Buffer.readChannel(s,~audiopath +/+ "../AudioFiles/Tremblay-SA-UprightPianoPedalWide.wav",channels:[0]);//some piano @@ -91,4 +91,4 @@ code:: //Swap source and target ~synth.set(\source,~src2Bases,\target,~src1Bases, \autoassign,0); ~synth.set(\autoassign,1); -:: \ No newline at end of file +::