mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
increasing test thresholds
This commit is contained in:
parent
f47e49e798
commit
4ed0735f19
1 changed files with 2 additions and 2 deletions
|
@ -22,7 +22,7 @@ define(["Tone/instrument/NoiseSynth", "helper/Basic", "helper/InstrumentTests",
|
||||||
}).toMaster();
|
}).toMaster();
|
||||||
synth.triggerAttack(0);
|
synth.triggerAttack(0);
|
||||||
synth.triggerAttack(0.3);
|
synth.triggerAttack(0.3);
|
||||||
}, "noiseSynth.wav", 100);
|
}, "noiseSynth.wav", 110);
|
||||||
});
|
});
|
||||||
|
|
||||||
it("matches another file", function(){
|
it("matches another file", function(){
|
||||||
|
@ -34,7 +34,7 @@ define(["Tone/instrument/NoiseSynth", "helper/Basic", "helper/InstrumentTests",
|
||||||
}
|
}
|
||||||
}).toMaster();
|
}).toMaster();
|
||||||
synth.triggerAttackRelease(0.1, 0);
|
synth.triggerAttackRelease(0.1, 0);
|
||||||
}, "noiseSynthRelease.wav", 100);
|
}, "noiseSynthRelease.wav", 110);
|
||||||
});
|
});
|
||||||
|
|
||||||
context("API", function(){
|
context("API", function(){
|
||||||
|
|
Loading…
Reference in a new issue