increasing threshold

This commit is contained in:
tambien 2018-06-05 21:53:50 -04:00
parent 6749e84520
commit 584c77d58e

View file

@ -13,7 +13,7 @@ function(PluckSynth, Basic, InstrumentTest, CompareToFile, Supports){
return CompareToFile(function(){
var synth = new PluckSynth().toMaster();
synth.triggerAttack("C4");
}, "pluckSynth.wav", 0.2);
}, "pluckSynth.wav", 0.21);
});
}