aboutsummaryrefslogtreecommitdiffstats
path: root/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'main.cpp')
-rwxr-xr-xmain.cpp2
1 files changed, 1 insertions, 1 deletions
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;