Skip to content

Commit 69ddded

Browse files
committed
The Punchy Drum kit now has its own completely synthesized drum samples in a separate /samples/drums-punchy/ folder - every sound is uniquely generated, not shared with any other kit
1 parent 1e53f0c commit 69ddded

11 files changed

Lines changed: 362 additions & 8 deletions

File tree

lib/audio/synth-presets.ts

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -376,22 +376,22 @@ const createDrumSampler = (): Tone.Sampler => {
376376
return sampler;
377377
};
378378

379-
// Punchy Drum - Tight punchy kick, crisp snare, clean hats
379+
// Punchy Drum - Fully synthesized punchy kit with its own unique samples
380380
const createPunchyKit = (): Tone.Sampler => {
381381
return new Tone.Sampler({
382382
urls: {
383-
C1: 'kick-punchy.wav', // 36 - Kick (punchy)
384-
B0: 'kick-punchy.wav', // 35 - Bass Drum
385-
D1: 'snare-crisp.wav', // 38 - Snare (crisp)
383+
C1: 'kick-punchy.wav', // 36 - Kick (tight punchy)
384+
B0: 'kick-sub.wav', // 35 - Bass Drum (sub)
385+
D1: 'snare-punchy.wav', // 38 - Snare (punchy)
386386
E1: 'snare-clap.wav', // 40 - Clap
387-
'C#1': 'perc-rim.wav', // 37 - Side Stick
387+
'C#1': 'perc-rim.wav', // 37 - Rim shot
388388
'F#1': 'hihat-closed.wav', // 42 - Closed Hi-Hat
389389
'G#1': 'hihat-pedal.wav', // 44 - Pedal Hi-Hat
390390
'A#1': 'hihat-open.wav', // 46 - Open Hi-Hat
391-
'D#2': 'perc-shaker.wav', // 51
391+
'D#2': 'perc-shaker.wav', // 51 - Shaker
392392
},
393-
baseUrl: '/samples/drums/',
394-
release: 0.4,
393+
baseUrl: '/samples/drums-punchy/',
394+
release: 0.3,
395395
});
396396
};
397397

6.93 KB
Binary file not shown.
34.5 KB
Binary file not shown.
4.35 KB
Binary file not shown.
30.2 KB
Binary file not shown.
43.1 KB
Binary file not shown.
5.21 KB
Binary file not shown.
13 KB
Binary file not shown.
25.9 KB
Binary file not shown.
21.6 KB
Binary file not shown.

0 commit comments

Comments
 (0)