diff options
| author | Mick Grierson <mickgrierson@gmail.com> | 2011-10-19 14:41:29 +0100 |
|---|---|---|
| committer | Mick Grierson <mickgrierson@gmail.com> | 2011-10-19 14:41:29 +0100 |
| commit | 1af0e16bbbe22214f99c8f5deb1f4de6d3ebcd6d (patch) | |
| tree | f7bfac671ec950f8d7458d88d1cdf3b0d75d21bd /main.cpp | |
| parent | 6c399125930609645c6aabd055aa6ea8fe54a2ed (diff) | |
tiny changes to maxiDyn
Diffstat (limited to 'main.cpp')
| -rwxr-xr-x | main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
