mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
constrain TimelineSignal's memory
This commit is contained in:
parent
f7547217c8
commit
3bbd66c5d2
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ define(["Tone/core/Tone", "Tone/signal/Signal", "Tone/core/Timeline"], function
|
|||
* @type {Tone.Timeline}
|
||||
* @private
|
||||
*/
|
||||
this._events = new Tone.Timeline();
|
||||
this._events = new Tone.Timeline(10);
|
||||
|
||||
/**
|
||||
* The initial scheduled value
|
||||
|
|
Loading…
Reference in a new issue