diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2018-03-20 13:57:39 +0100 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2018-03-20 13:57:39 +0100 |
| commit | d854843d8075b09b4462cc2d3b822288c30c19e0 (patch) | |
| tree | d8c5d7a4c0321bfa5a20df34e4ef184a16dae22a /client/index.js | |
| parent | 331064358df418c9846a94ed190548492c9e61f6 (diff) | |
fix paths
Diffstat (limited to 'client/index.js')
| -rw-r--r-- | client/index.js | 4 |
1 files changed, 2 insertions, 2 deletions
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) |
