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