Skip to content

Commit

Permalink
now merge should be possible again
Browse files Browse the repository at this point in the history
  • Loading branch information
corrados committed Jun 15, 2024
1 parent f44cecd commit d9247d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion edrumulus.ino
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@ MIDI_CREATE_DEFAULT_INSTANCE();

// local variables and defines
Edrumulus edrumulus;
const int midi_channel = 10; // default for edrums is 10
const int midi_channel = 10; // default for edrums is 10
const int hihat_pad_idx = 2; // this definition should not be changed
const int hihatctrl_pad_idx = 3; // this definition should not be changed
int number_pads = number_pads4; // initialization value, may be overwritten by get_prototype_pins()
Expand Down

0 comments on commit d9247d4

Please sign in to comment.