From ef12c43bc51b6759554bab13adde609547501155 Mon Sep 17 00:00:00 2001 From: Pierre Alexandre Tremblay Date: Wed, 23 Sep 2020 18:38:48 +0100 Subject: [PATCH] bufstats: new indication of the verbose condition to warning instead of errors --- release-packaging/HelpSource/Classes/FluidBufStats.schelp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/release-packaging/HelpSource/Classes/FluidBufStats.schelp b/release-packaging/HelpSource/Classes/FluidBufStats.schelp index 8a71458..8f378ad 100644 --- a/release-packaging/HelpSource/Classes/FluidBufStats.schelp +++ b/release-packaging/HelpSource/Classes/FluidBufStats.schelp @@ -238,7 +238,7 @@ e = [(1..9), 0.series(-10,-80)].flop.scramble.flop; b = Buffer.loadCollection(s,e[0]); c = Buffer.loadCollection(s,e[1]); FluidBufStats.process(s, b, stats:d, numDerivs:1, weights: c, action:{d.getn(0,d.numFrames * d.numChannels,{|item|item.postln})}); -// this has only negative weights, so it bails out. +// this has only negative weights, so it bails out, outputing all 0s. It also publishes a warning if the server options on verbosity are on. // but if we scale them up g = Buffer(s) FluidBufScale.process(s,c,destination: g,inputLow: -100,inputHigh: 0)