We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ebee36e commit 705de00Copy full SHA for 705de00
app.js
@@ -91,10 +91,10 @@ class DrumKit {
91
this.KickAudio.volume = 0;
92
break;
93
case "1":
94
- this.snareAudio.volume = 0;
+ this.SnareAudio.volume = 0;
95
96
case "2":
97
- this.hihatAudio.volume = 0;
+ this.hiHatAudio.volume = 0;
98
99
}
100
} else {
@@ -103,10 +103,10 @@ class DrumKit {
103
this.KickAudio.volume = 1;
104
105
106
- this.snareAudio.volume = 1;
+ this.SnareAudio.volume = 1;
107
108
109
- this.hihatAudio.volume = 1;
+ this.hiHatAudio.volume = 1;
110
111
112
0 commit comments