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

@ -13,17 +13,18 @@
<script src="./js/tone-ui.js"></script>
<script src="./js/components.js"></script>
</head>
<body>
<body>
<tone-example label="Events">
<div slot="explanation">
Tone's Event classes (<a href="https://tonejs.github.io/docs/Event">Tone.Event</a>,
<a href="https://tonejs.github.io/docs/Loop">Tone.Loop</a>,
<a href="https://tonejs.github.io/docs/Part">Tone.Part</a> and
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/Part">Tone.Part</a> and
<a href="https://tonejs.github.io/docs/Sequence">Tone.Sequence</a>)
simplify scheduling events along the Transport. Each class abstracts away calls to
<a href="https://tonejs.github.io/docs/Transport.schedule">Transport.schedule</a> or
simplify scheduling events along the Transport. Each class abstracts away calls to
<a href="https://tonejs.github.io/docs/Transport.schedule">Transport.schedule</a> or
<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 id="content">