mirror of
https://github.com/Tonejs/Tone.js
synced 2024-12-26 11:33:09 +00:00
Update example with link to ToneEvent
This commit is contained in:
parent
e7e372d37e
commit
44194e7f44
1 changed files with 8 additions and 7 deletions
|
@ -16,7 +16,7 @@
|
|||
<body>
|
||||
<tone-example label="Events">
|
||||
<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/Part">Tone.Part</a> and
|
||||
<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.scheduleRepeat">scheduleRepeat</a>
|
||||
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">
|
||||
|
|
Loading…
Reference in a new issue