Dateien hochladen nach „“

pull/112/head
positionhigh 3 years ago
parent cb08f29710
commit aef956e892
  1. 7
      MicroDexed.ino

@ -934,9 +934,6 @@ void loop()
#endif #endif
} }
/******************************************************************************
MIDI MESSAGE HANDLER
******************************************************************************/
void learn_key(byte inChannel, byte inNumber) void learn_key(byte inChannel, byte inNumber)
{ {
@ -1031,6 +1028,10 @@ void learn_cc(byte inChannel, byte inNumber)
print_custom_mappings(); print_custom_mappings();
} }
/******************************************************************************
MIDI MESSAGE HANDLER
******************************************************************************/
void handleNoteOn(byte inChannel, byte inNumber, byte inVelocity) void handleNoteOn(byte inChannel, byte inNumber, byte inVelocity)
{ {
if (seq.midi_learn_active && LCDML.FUNC_getID() == LCDML.OTHER_getIDFromFunction(UI_func_custom_mappings) ) if (seq.midi_learn_active && LCDML.FUNC_getID() == LCDML.OTHER_getIDFromFunction(UI_func_custom_mappings) )

Loading…
Cancel
Save