offline context has 0 lookahead

This commit is contained in:
Yotam Mann 2017-05-28 19:39:35 -04:00
parent 652c5631cc
commit 23c5a10fff

View file

@ -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;
};