mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 00:27:58 +00:00
offline context has 0 lookahead
This commit is contained in:
parent
652c5631cc
commit
23c5a10fff
1 changed files with 1 additions and 1 deletions
|
@ -43,7 +43,7 @@ define(["Tone/core/Tone", "Tone/core/Context"], function (Tone) {
|
|||
this._currentTime = 0;
|
||||
|
||||
//modify the lookAhead and updateInterval to one block
|
||||
this.lookAhead = this.blockTime;
|
||||
this.lookAhead = 0;
|
||||
this.updateInterval = this.blockTime;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue