Tone.js/Tone/core
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
..
Buffer.js Revert "encoding the URI" 2016-06-14 20:04:28 -04:00
Buffers.js Adjusting the timing of the tests 2016-06-14 20:27:12 -04:00
Bus.js doc'ing bus 2015-06-14 01:24:12 -04:00
Clock.js clock goes to stop state immediately 2016-04-18 01:12:35 -04:00
Delay.js Delay no longer extends Tone.Param 2015-11-02 09:31:12 -05:00
Emitter.js fixing 'off' case where Emitter is mixed into the class 2015-11-11 12:13:36 -05:00
Gain.js using new types 2016-04-18 00:36:08 -04:00
IntervalTimeline.js interval is exclusive of end point 2016-06-22 16:39:48 -04:00
Master.js moving mute code to Volume 2016-05-14 17:34:23 -04:00
Param.js adding additional startTime value to rampTo 2016-05-17 21:59:27 -04:00
Timeline.js prefixing errors with class name. 2016-05-25 20:50:46 -04:00
TimelineState.js using new types 2016-04-18 00:36:08 -04:00
Tone.js moving intervalToFrequencyRatio into core 2016-04-12 20:30:18 -04:00
Transport.js IntervalTimeline.forEachOverlap -> forEachAtTime 2016-06-13 09:02:51 -04:00