Skip to content

Commit

Permalink
Update with-ez-web-audio.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
sethbrasile committed Sep 22, 2024
1 parent db4da4c commit 5bfe155
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/app/pages/timing/with-ez-web-audio.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@ beatTrack.playBeats(120);
`)}
<p>
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.
</p>
Expand Down

0 comments on commit 5bfe155

Please sign in to comment.