Adjust drum sound volumes for kick, snare, and hi-hat
Browse files- index.html +3 -3
index.html
CHANGED
|
@@ -950,7 +950,7 @@
|
|
| 950 |
|
| 951 |
// 🥁 KICK
|
| 952 |
const kick = new Tone.MembraneSynth({
|
| 953 |
-
volume: -
|
| 954 |
pitchDecay: 0.05,
|
| 955 |
octaves: 6,
|
| 956 |
envelope: {
|
|
@@ -962,7 +962,7 @@
|
|
| 962 |
|
| 963 |
// 🥁 SNARE
|
| 964 |
const snare = new Tone.NoiseSynth({
|
| 965 |
-
volume: -
|
| 966 |
noise: { type: "white" },
|
| 967 |
envelope: {
|
| 968 |
attack: 0.001,
|
|
@@ -973,7 +973,7 @@
|
|
| 973 |
|
| 974 |
// 🥁 HIHAT
|
| 975 |
const hihat = new Tone.MetalSynth({
|
| 976 |
-
volume: -
|
| 977 |
frequency: 400,
|
| 978 |
envelope: { attack: 0.001, decay: 0.06, release: 0.01 },
|
| 979 |
harmonicity: 5.1,
|
|
|
|
| 950 |
|
| 951 |
// 🥁 KICK
|
| 952 |
const kick = new Tone.MembraneSynth({
|
| 953 |
+
volume: -7,
|
| 954 |
pitchDecay: 0.05,
|
| 955 |
octaves: 6,
|
| 956 |
envelope: {
|
|
|
|
| 962 |
|
| 963 |
// 🥁 SNARE
|
| 964 |
const snare = new Tone.NoiseSynth({
|
| 965 |
+
volume: -11,
|
| 966 |
noise: { type: "white" },
|
| 967 |
envelope: {
|
| 968 |
attack: 0.001,
|
|
|
|
| 973 |
|
| 974 |
// 🥁 HIHAT
|
| 975 |
const hihat = new Tone.MetalSynth({
|
| 976 |
+
volume: -20,
|
| 977 |
frequency: 400,
|
| 978 |
envelope: { attack: 0.001, decay: 0.06, release: 0.01 },
|
| 979 |
harmonicity: 5.1,
|