Tone.js/test/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 using non-mp3s for testing 2016-03-05 00:07:17 -05:00
Buffers.js Buffers is a data structure for holding multiple Tone.Buffer 2016-06-14 19:57:01 -04:00
Bus.js Moving tests to "helper" folder 2015-08-21 17:03:14 -04:00
Clock.js making clock tick more often in offline mode 2016-03-18 11:01:06 -04:00
Delay.js Delay no longer extends Tone.Param 2015-11-02 09:31:12 -05:00
Emitter.js renaming EventEmitter to just Emitter 2015-10-27 17:40:52 -04:00
Gain.js testing new Gain/Volume APIs 2015-11-01 17:50:14 -05:00
IntervalTimeline.js interval is exclusive of end point 2016-06-22 16:39:48 -04:00
Master.js Moving tests to "helper" folder 2015-08-21 17:03:14 -04:00
Param.js cancels scheduling when setting a value with .value 2016-05-14 16:52:58 -04:00
Timeline.js testing and handling edge cases 2016-03-03 13:00:59 -05:00
TimelineState.js testing timeline classes 2015-08-18 16:31:12 -04:00
Tone.js renamed SimpleSynth to Tone.Synth 2016-05-23 19:49:41 -04:00
Transport.js changing subdivision test to use Offline testing 2016-05-14 17:00:31 -04:00