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) )