mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 08:38:00 +00:00
increasing threshold
This commit is contained in:
parent
6749e84520
commit
584c77d58e
1 changed files with 1 additions and 1 deletions
|
@ -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);
|
||||
});
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue