From 926a0d6901330ee237f372a85fe64ac96d9116ec Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Thu, 16 Jan 2020 14:28:49 +0000 Subject: [PATCH] size_of_slice: a feedback that makes a little more sense --- release-packaging/ignore/Examples/segmenting/size_of_slices.scd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-packaging/ignore/Examples/segmenting/size_of_slices.scd b/release-packaging/ignore/Examples/segmenting/size_of_slices.scd index d87cefd..4135cba 100644 --- a/release-packaging/ignore/Examples/segmenting/size_of_slices.scd +++ b/release-packaging/ignore/Examples/segmenting/size_of_slices.scd @@ -57,7 +57,7 @@ Routine{ "Failed to find a suitable threshold in % seconds.\n".postf((Main.elapsedTime - startTime).round(0.01)); }, { // succeeded - "Found % as a suitable threshold for an average lenght of % samples per slices in % seconds and % iterations.\n".postf(curThresh, curVal.asInt, (Main.elapsedTime - startTime).round(0.01), iters); + "Found % as a suitable threshold for an average lenght of % samples per slices (% of target) in % seconds and % iterations.\n".postf(curThresh.round(0.001), curVal.asInt, (curVal/target).round(0.01), (Main.elapsedTime - startTime).round(0.01), iters); } ); }.play