missing explanation in bufampslice demo

nix
Pierre Alexandre Tremblay 6 years ago
parent 1f2ad13c0d
commit 6f4a2abb70

@ -86,7 +86,7 @@ c = Buffer.new(s);
b.play b.play
b.plot b.plot
// //process with symmetrical thresholds
FluidBufAmpSlice.process(s, b,indices: c,fastRampUp: 5,fastRampDown: 50,slowRampUp: 220,slowRampDown: 220, onThreshold: 10, offThreshold: 10,floor: -60); FluidBufAmpSlice.process(s, b,indices: c,fastRampUp: 5,fastRampDown: 50,slowRampUp: 220,slowRampDown: 220, onThreshold: 10, offThreshold: 10,floor: -60);
c.query c.query
c.getn(0,c.numFrames,{|item|item.postln;}) c.getn(0,c.numFrames,{|item|item.postln;})

Loading…
Cancel
Save