From 5bfe155cb0b188929048c827ad37bff2d8900336 Mon Sep 17 00:00:00 2001 From: Seth Brasile Date: Sun, 22 Sep 2024 16:31:57 -0500 Subject: [PATCH] Update with-ez-web-audio.ts --- src/app/pages/timing/with-ez-web-audio.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/pages/timing/with-ez-web-audio.ts b/src/app/pages/timing/with-ez-web-audio.ts index 1be7c0a..1072aa7 100644 --- a/src/app/pages/timing/with-ez-web-audio.ts +++ b/src/app/pages/timing/with-ez-web-audio.ts @@ -52,7 +52,7 @@ beatTrack.playBeats(120); `)}

- Instead of using beatTrack.playBeats, you can also call a Beat instance's playIn method directly, + Instead of using ${inlineCode('beatTrack.playBeats')}, you can also call a ${inlineCode('Beat')} instance's ${inlineCode('playIn')} method directly, passing an amount of time from now (in seconds) that the beat should play.