We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de7c63a commit f44cecdCopy full SHA for f44cecd
edrumulus.ino
@@ -57,7 +57,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();
57
58
// local variables and defines
59
Edrumulus edrumulus;
60
-const int midi_channel = 10; // default for edrums is 10
+const int midi_channel = 10; // default for edrums is 10
61
const int hihat_pad_idx = 2; // this definition should not be changed
62
const int hihatctrl_pad_idx = 3; // this definition should not be changed
63
int number_pads = number_pads4; // initialization value, may be overwritten by get_prototype_pins()
0 commit comments