Fix: save to favorites now only works on voice selection screen.

pull/41/head
Holger Wirtz 4 years ago
parent 501a069884
commit 32a8103587
  1. 1
      UI.hpp

@ -765,6 +765,7 @@ void lcdml_menu_control(void)
Serial.println(F("ENC-L long recognized"));
#endif
if (LCDML.FUNC_getID() == LCDML.OTHER_getIDFromFunction(UI_func_voice_select))
save_favorite(configuration.performance.bank[selected_instance_id], configuration.performance.voice[selected_instance_id], selected_instance_id);
//for (uint8_t i = 0; i < NUM_DEXED; i++)

Loading…
Cancel
Save