new build

This commit is contained in:
Yotam Mann 2014-09-09 12:58:24 -04:00
parent 894ced3755
commit 040536a3b7
2 changed files with 2 additions and 2 deletions

View file

@ -8268,7 +8268,7 @@ function(Tone){
this._activeVoices[stringified].triggerAttack(value, time, velocity);
} else if (this._freeVoices.length > 0){
var voice = this._freeVoices.shift();
voice.triggerAttack(value, time);
voice.triggerAttack(value, time, velocity);
this._activeVoices[stringified] = voice;
}
};

2
build/Tone.min.js vendored

File diff suppressed because one or more lines are too long