From 1af0e16bbbe22214f99c8f5deb1f4de6d3ebcd6d Mon Sep 17 00:00:00 2001 From: Mick Grierson Date: Wed, 19 Oct 2011 14:41:29 +0100 Subject: tiny changes to maxiDyn --- main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index d3b57d9..be9831f 100755 --- a/main.cpp +++ b/main.cpp @@ -13,7 +13,7 @@ void setup() {//some inits void play(double *output) {//this is where the magic happens. Very slow magic. - out=compressor.compressor(beats.play(),30,0.5,0.0005,0.995);//just play the file. Looping is default for all play functions. + out=compressor.compressor(beats.play(),50,0.5,0.0005,0.995);//just play the file. Looping is default for all play functions. output[0]=out; output[1]=out; -- cgit v1.3