Tone.js/Tone
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
..
component Fixing case where partial envelope is retriggered using one of the predefined envelopes 2016-06-17 13:13:20 -04:00
control using new types 2016-04-18 00:36:08 -04:00
core interval is exclusive of end point 2016-06-22 16:39:48 -04:00
effect renamed SimpleSynth to Tone.Synth 2016-05-23 19:49:41 -04:00
event interval is exclusive of end point 2016-06-22 16:39:48 -04:00
instrument prefixing errors with class name. 2016-05-25 20:50:46 -04:00
signal prefixing errors with class name. 2016-05-25 20:50:46 -04:00
source adjust PWM scaling so it doesn't go silent 2016-06-17 14:02:24 -04:00
type prefixing errors with class name. 2016-05-25 20:50:46 -04:00