From ff891983f82464506b2f6545fd1d26c413638c64 Mon Sep 17 00:00:00 2001 From: mick grierson Date: Fri, 4 Mar 2016 14:14:56 +0000 Subject: fixing maxiGrains --- main.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'main.cpp') diff --git a/main.cpp b/main.cpp index b69a6bf..1f36c7f 100755 --- a/main.cpp +++ b/main.cpp @@ -5,12 +5,12 @@ maxiDyn compressor; //this is a compressor double out; void setup() {//some inits - beats.load("/Users/mzed/GIT/Maximilian/beat2.wav");//load in your samples. Provide the full path to a wav file. + beats.load("/Users/michaelgrierson/Documents/workspace/Maximilian/beat2.wav");//load in your samples. Provide the full path to a wav file. printf("Summary:\n%s", beats.getSummary());//get info on samples if you like. - compressor.setAttack(100); - compressor.setRelease(300); - compressor.setThreshold(0.25); + compressor.setAttack(200); + compressor.setRelease(500); + compressor.setThreshold(0.2); compressor.setRatio(5); //you can set these any time you like. -- cgit v1.3