From d854843d8075b09b4462cc2d3b822288c30c19e0 Mon Sep 17 00:00:00 2001 From: Jules Laplace Date: Tue, 20 Mar 2018 13:57:39 +0100 Subject: fix paths --- client/index.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'client/index.js') diff --git a/client/index.js b/client/index.js index e08aab0..c4fc67d 100644 --- a/client/index.js +++ b/client/index.js @@ -28,8 +28,8 @@ let sampler requestAudioContext( () => { // sampler = samplers.misc = new Sampler('samples/misc/glass.mp3', 2) - // sampler = samplers.smash = new Sampler('samples/smash/g{}.mp3', 12) - sampler = samplers.earth = new Sampler('samples/earth/earth{}.mp3', 20) + sampler = samplers.smash = new Sampler('samples/smash/g{}.mp3', 12) + // sampler = samplers.earth = new Sampler('samples/earth/earth{}.mp3', 20) // sampler = samplers.glass = new Sampler('samples/glass/0{}Particle.mp3', 20) // sampler = samplers.bubbles = new Sampler('samples/bubbles/bubbles{}.mp3', 10) // sampler = samplers.kalimba = new Sampler('samples/kalimba/380731__cabled-mess__sansula-08-c-raw.wav', 10) -- cgit v1.2.3-70-g09d2