Dateien hochladen nach „“

pull/77/head
positionhigh 3 years ago
parent 618e29366d
commit 7342e239a4
  1. 2
      MicroDexed.ino

@ -811,7 +811,7 @@ void handleNoteOn(byte inChannel, byte inNumber, byte inVelocity)
#if NUM_DRUMS > 0
// Check for Drum
if (inChannel == DRUM_MIDI_CHANNEL)
if (inChannel == drum_midi_channel)
{
if (drum_counter >= NUM_DRUMS)
drum_counter = 0;

Loading…
Cancel
Save