Dateien hochladen nach „“

pull/109/head
positionhigh 3 years ago
parent 0fbadbac92
commit ad95a78c97
  1. 4
      UI.hpp

@ -5225,7 +5225,7 @@ void UI_func_seq_pattern_editor(uint8_t param)
seq_note_in = 0;
} else if (seq_running == true && seq_recording == true)
{
handleStop();
handleStop();
}
} else if ( seq_menu == 2 && seq_active_function != 40)
{
@ -5709,7 +5709,7 @@ void UI_func_arpeggio(uint8_t param)
if (seq_running) {
seq_running = !seq_running;
handleStop();
handleStop();
arp_refresh_display_play_status();
seq_step = 0;
arp_octave = 0;

Loading…
Cancel
Save