From 44194e7f444b5cf71af840cfe9b00449d6eacf41 Mon Sep 17 00:00:00 2001 From: Stephen Wolff Date: Thu, 15 Oct 2020 23:06:51 +0100 Subject: [PATCH] Update example with link to ToneEvent --- examples/events.html | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/examples/events.html b/examples/events.html index ec7232e4..ef1968e7 100644 --- a/examples/events.html +++ b/examples/events.html @@ -13,17 +13,18 @@ - +
- Tone's Event classes (Tone.Event, - Tone.Loop, - Tone.Part and + Tone's Event classes (Tone.ToneEvent, + Tone.Loop, + Tone.Part and Tone.Sequence) - simplify scheduling events along the Transport. Each class abstracts away calls to - Transport.schedule or + simplify scheduling events along the Transport. Each class abstracts away calls to + Transport.schedule or scheduleRepeat - 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 Event before Tone.js 14.x)