Merge branch 'dev' of https://github.com/Tonejs/Tone.js into dev

This commit is contained in:
Yotam Mann 2020-10-25 13:06:10 -04:00
commit d159a1642c

View file

@ -16,7 +16,7 @@
<body> <body>
<tone-example label="Events"> <tone-example label="Events">
<div slot="explanation"> <div slot="explanation">
Tone's Event classes (<a href="https://tonejs.github.io/docs/Event">Tone.Event</a>, Tone's Event classes (<a href="https://tonejs.github.io/docs/ToneEvent">Tone.ToneEvent</a>,
<a href="https://tonejs.github.io/docs/Loop">Tone.Loop</a>, <a href="https://tonejs.github.io/docs/Loop">Tone.Loop</a>,
<a href="https://tonejs.github.io/docs/Part">Tone.Part</a> and <a href="https://tonejs.github.io/docs/Part">Tone.Part</a> and
<a href="https://tonejs.github.io/docs/Sequence">Tone.Sequence</a>) <a href="https://tonejs.github.io/docs/Sequence">Tone.Sequence</a>)
@ -24,6 +24,7 @@
<a href="https://tonejs.github.io/docs/Transport.schedule">Transport.schedule</a> or <a href="https://tonejs.github.io/docs/Transport.schedule">Transport.schedule</a> or
<a href="https://tonejs.github.io/docs/Transport.scheduleRepeat">scheduleRepeat</a> <a href="https://tonejs.github.io/docs/Transport.scheduleRepeat">scheduleRepeat</a>
and lets you create precise, rhythmic events which are startable, stoppable and loopable. and lets you create precise, rhythmic events which are startable, stoppable and loopable.
(note that ToneEvent was called <a href="https://tonejs.github.io/docs/Event">Event</a> before Tone.js 14.x)
</div> </div>
<div id="content"> <div id="content">