From 7342e239a4980ea9d8cf429c33c749859a01ea8f Mon Sep 17 00:00:00 2001 From: positionhigh Date: Tue, 17 Aug 2021 14:20:11 +0200 Subject: [PATCH] =?UTF-8?q?Dateien=20hochladen=20nach=20=E2=80=9E=E2=80=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- MicroDexed.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index 8d68ab1..118a299 100644 --- a/MicroDexed.ino +++ b/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;