mirror of
https://github.com/Tonejs/Tone.js
synced 2025-01-13 04:18:52 +00:00
fixing bad link
This commit is contained in:
parent
acc23128c1
commit
5ad6ee35ab
1 changed files with 1 additions and 1 deletions
|
@ -69,7 +69,7 @@
|
|||
}).toDestination().sync().start("2n");
|
||||
|
||||
const hh = new Tone.Player({
|
||||
url: "./audio/loop/hh.mp3",
|
||||
url: "https://tonejs.github.io/audio/loop/hh.mp3",
|
||||
loop: true
|
||||
}).toDestination().sync().start("3:3", "4n"); // start with an offset
|
||||
|
||||
|
|
Loading…
Reference in a new issue