mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
source shouldn't be muted
otherwise it’s not testing the right thing
This commit is contained in:
parent
f9dc9fea03
commit
7cd7bb1536
1 changed files with 0 additions and 1 deletions
|
@ -85,7 +85,6 @@ define(["helper/OutputAudio", "Tone/source/Source", "helper/OutputAudioStereo",
|
|||
return Offline(function(){
|
||||
var instance = new Constr(args).toMaster();
|
||||
instance.start(0).stop(0.2);
|
||||
instance.mute = true;
|
||||
}, 0.3).then(function(buffer){
|
||||
buffer.forEach(function(sample, time){
|
||||
if (time > 0.2){
|
||||
|
|
Loading…
Reference in a new issue