mirror of
https://github.com/Tonejs/Tone.js
synced 2024-11-16 16:48:00 +00:00
getNextEvent->getEventAfter
This commit is contained in:
parent
615c120688
commit
7c0318cbdf
1 changed files with 1 additions and 1 deletions
|
@ -217,7 +217,7 @@ define(["Tone/core/Tone", "Tone/signal/Signal", "Tone/core/Timeline"], function
|
|||
* @return {Object} The next event after the given time
|
||||
*/
|
||||
Tone.TimelineSignal.prototype._searchAfter = function(time){
|
||||
return this._events.getNextEvent(time);
|
||||
return this._events.getEventAfter(time);
|
||||
};
|
||||
|
||||
/**
|
||||
|
|
Loading…
Reference in a new issue