From aef956e8922e5f81038d16d737480259005506a3 Mon Sep 17 00:00:00 2001 From: positionhigh Date: Tue, 4 Jan 2022 20:33:19 +0100 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 | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/MicroDexed.ino b/MicroDexed.ino index aaa9eb7..4eda487 100644 --- a/MicroDexed.ino +++ b/MicroDexed.ino @@ -934,9 +934,6 @@ void loop() #endif } -/****************************************************************************** - MIDI MESSAGE HANDLER -******************************************************************************/ void learn_key(byte inChannel, byte inNumber) { @@ -1031,6 +1028,10 @@ void learn_cc(byte inChannel, byte inNumber) print_custom_mappings(); } +/****************************************************************************** + MIDI MESSAGE HANDLER +******************************************************************************/ + void handleNoteOn(byte inChannel, byte inNumber, byte inVelocity) { if (seq.midi_learn_active && LCDML.FUNC_getID() == LCDML.OTHER_getIDFromFunction(UI_func_custom_mappings) )