|
|
@ -4413,7 +4413,7 @@ void UI_func_sequencer(uint8_t param) |
|
|
|
lcd.print("Swap Pattern:"); |
|
|
|
lcd.print("Swap Pattern:"); |
|
|
|
temp_int = seq_active_track + 1; |
|
|
|
temp_int = seq_active_track + 1; |
|
|
|
if (temp_int > 9)temp_int = 0; |
|
|
|
if (temp_int > 9)temp_int = 0; |
|
|
|
seq_menu = 32; |
|
|
|
seq_menu = 30; |
|
|
|
|
|
|
|
|
|
|
|
//seq_printAllSeqSteps();
|
|
|
|
//seq_printAllSeqSteps();
|
|
|
|
} else if ( (seq_content_type[seq_active_track] == 0 && activesample == NUM_DRUMSET_CONFIG + 2) || (seq_content_type[seq_active_track] == 1 && temp_int == 112) ) |
|
|
|
} else if ( (seq_content_type[seq_active_track] == 0 && activesample == NUM_DRUMSET_CONFIG + 2) || (seq_content_type[seq_active_track] == 1 && temp_int == 112) ) |
|
|
@ -4627,6 +4627,13 @@ void UI_func_sequencer(uint8_t param) |
|
|
|
lcd.print(seq_find_shortname(seq_menu - 2)[0]); |
|
|
|
lcd.print(seq_find_shortname(seq_menu - 2)[0]); |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
lcd.setCursor(0, 1); |
|
|
|
|
|
|
|
lcd.print(activesample); |
|
|
|
|
|
|
|
lcd.setCursor(7, 1); |
|
|
|
|
|
|
|
lcd.print(seq_menu); |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
if (LCDML.FUNC_close()) // ****** STABLE END *********
|
|
|
|
if (LCDML.FUNC_close()) // ****** STABLE END *********
|
|
|
|
{ |
|
|
|
{ |
|
|
|
encoderDir[ENC_R].reset(); |
|
|
|
encoderDir[ENC_R].reset(); |
|
|
|