diff options
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) |
