diff --git a/UI_FX_T4.h b/UI_FX_T4.h index 0afa692..7519e5c 100644 --- a/UI_FX_T4.h +++ b/UI_FX_T4.h @@ -124,19 +124,20 @@ LCDML_add(90, LCDML_0, 5, "Sequencer", NULL); LCDML_add(91, LCDML_0_5, 1, "Sequencer", UI_func_sequencer); LCDML_add(92, LCDML_0_5, 2, "Vel./Chrd Edit", UI_func_seq_vel_editor); LCDML_add(93, LCDML_0_5, 3, "Pattern Chain", UI_func_seq_pat_chain); -LCDML_add(94, LCDML_0_5, 4, "Seq. Length", UI_func_seq_lenght); -LCDML_add(95, LCDML_0_5, 5, "Tempo", UI_func_seq_tempo); -LCDML_add(96, LCDML_0_5, 6, "L.Transp.Key", UI_func_seq_live_transpose_oct); -LCDML_add(97, LCDML_0_5, 7, "Track Setup", UI_func_seq_track_setup); -LCDML_add(98, LCDML_0_5, 8, "Seq.Disp.Style", UI_func_seq_display_style); -LCDML_add(99, LCDML_0_5, 9, "LOAD Patterns", UI_func_seq_pattern_load); -LCDML_add(100, LCDML_0_5, 10, "SAVE Patterns", UI_func_seq_pattern_save); -LCDML_add(101, LCDML_0, 6, "System", NULL); -LCDML_add(102, LCDML_0_6, 1, "Stereo/Mono", UI_func_stereo_mono); -LCDML_add(103, LCDML_0_6, 2, "MIDI Soft THRU", UI_func_midi_soft_thru); -LCDML_add(104, LCDML_0_6, 3, "Favorites", UI_func_favorites); -LCDML_add(105, LCDML_0_6, 4, "EEPROM Reset", UI_func_eeprom_reset); -LCDML_add(106, LCDML_0, 7, "Info", UI_func_information); -LCDML_addAdvanced(107, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); -#define _LCDML_DISP_cnt 107 +LCDML_add(94, LCDML_0_5, 4, "Arpeggio", UI_func_arpeggio); +LCDML_add(95, LCDML_0_5, 5, "Seq. Length", UI_func_seq_lenght); +LCDML_add(96, LCDML_0_5, 6, "Tempo", UI_func_seq_tempo); +LCDML_add(97, LCDML_0_5, 7, "L.Transp.Key", UI_func_seq_live_transpose_oct); +LCDML_add(98, LCDML_0_5, 8, "Track Setup", UI_func_seq_track_setup); +LCDML_add(99, LCDML_0_5, 9, "Seq.Disp.Style", UI_func_seq_display_style); +LCDML_add(100, LCDML_0_5, 10, "LOAD Patterns", UI_func_seq_pattern_load); +LCDML_add(101, LCDML_0_5, 11, "SAVE Patterns", UI_func_seq_pattern_save); +LCDML_add(102, LCDML_0, 6, "System", NULL); +LCDML_add(103, LCDML_0_6, 1, "Stereo/Mono", UI_func_stereo_mono); +LCDML_add(104, LCDML_0_6, 2, "MIDI Soft THRU", UI_func_midi_soft_thru); +LCDML_add(105, LCDML_0_6, 3, "Favorites", UI_func_favorites); +LCDML_add(106, LCDML_0_6, 4, "EEPROM Reset", UI_func_eeprom_reset); +LCDML_add(107, LCDML_0, 7, "Info", UI_func_information); +LCDML_addAdvanced(108, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); +#define _LCDML_DISP_cnt 108 #endif