From fdb306bfce46dbddc0129c6d65dc6d1b4f6e065d Mon Sep 17 00:00:00 2001 From: Yotam Mann Date: Sun, 7 Jun 2020 20:14:58 -0400 Subject: [PATCH] changed sound url --- Tone/core/context/ToneAudioBuffer.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Tone/core/context/ToneAudioBuffer.ts b/Tone/core/context/ToneAudioBuffer.ts index a10d1df8d..c1248e22a 100644 --- a/Tone/core/context/ToneAudioBuffer.ts +++ b/Tone/core/context/ToneAudioBuffer.ts @@ -22,7 +22,7 @@ interface ToneAudioBufferOptions { * provides events which keep track of the loading progress * of _all_ of the buffers. These are ToneAudioBuffer.on("load" / "progress" / "error") * @example - * const buffer = new Tone.ToneAudioBuffer("https://tonejs.github.io/examples/audio/FWDL.mp3", () => { + * const buffer = new Tone.ToneAudioBuffer("https://tonejs.github.io/audio/casio/A1.mp3", () => { * console.log("loaded"); * }); * @category Core