diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 17:18:24 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 17:18:24 +0200 |
| commit | cdc7a3ad8e08ef515cb6f73f6437f335d2403827 (patch) | |
| tree | ddf4ac26f1f3ecf078b958b4f05ef8f84d5ee4a6 /client | |
| parent | 34b6b40f2985658b5307b1b5b51655077cb12999 (diff) | |
rebuild
Diffstat (limited to 'client')
| -rw-r--r-- | client/index.js | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/client/index.js b/client/index.js index 32ea27f..44984a7 100644 --- a/client/index.js +++ b/client/index.js @@ -28,8 +28,8 @@ let offsets = [] let loading = true let player = new Tone.MultiPlayer({ - // applause: 'applause.mp3', - applause: '0bB7tTknkDw.mp3', + applause: 'applause.mp3', + // applause: '0bB7tTknkDw.mp3', }, () => { loading = false let data = player.buffers.get('applause').get().getChannelData(0) @@ -160,4 +160,4 @@ function load() { ctx.font = "100px " + choice(fonts) ctx.fillStyle=color(Math.random()) ctx.fillText("LOADING!",window.innerWidth/2-250,window.innerHeight/2) -}
\ No newline at end of file +} |
