mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-15 08:17:07 +00:00
new build
This commit is contained in:
parent
894ced3755
commit
040536a3b7
2 changed files with 2 additions and 2 deletions
|
@ -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
2
build/Tone.min.js
vendored
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue