Tone.js/Tone/event
Yotam Mann 1ba3733439 interval is exclusive of end point
specifically the repeat time is: [start, start + duration).

so Transport.scheduleRepeat(fn, 1, 0, 2) will repeat twice, not three
times (since it’s exclusive of the end time).
2016-06-22 16:39:48 -04:00
..
Event.js interval is exclusive of end point 2016-06-22 16:39:48 -04:00
Loop.js documenting distinction between Time and TimelinePosition 2016-03-18 11:28:49 -04:00
Part.js using new Timing primitives 2016-04-18 02:05:04 -04:00
Pattern.js .events -> .values 2016-03-04 15:35:10 -05:00
Sequence.js using new Timing primitives 2016-04-18 02:05:04 -04:00