|
|
@ -116,19 +116,22 @@ LCDML_add(82, LCDML_0_4, 3, "Drum Pan", UI_func_drum_pan); |
|
|
|
LCDML_add(83, LCDML_0_4, 4, "Drum Rev.Send", UI_func_drum_reverb_send); |
|
|
|
LCDML_add(83, LCDML_0_4, 4, "Drum Rev.Send", UI_func_drum_reverb_send); |
|
|
|
LCDML_add(84, LCDML_0, 5, "Sequencer", NULL); |
|
|
|
LCDML_add(84, LCDML_0, 5, "Sequencer", NULL); |
|
|
|
LCDML_add(85, LCDML_0_5, 1, "Sequencer", UI_func_sequencer); |
|
|
|
LCDML_add(85, LCDML_0_5, 1, "Sequencer", UI_func_sequencer); |
|
|
|
LCDML_add(86, LCDML_0_5, 2, "Pattern Chain", UI_func_seq_pat_chain); |
|
|
|
LCDML_add(86, LCDML_0_5, 2, "Velocity Edit", UI_func_seq_vel_editor); |
|
|
|
LCDML_add(87, LCDML_0_5, 3, "Seq. Length", UI_func_seq_lenght); |
|
|
|
LCDML_add(87, LCDML_0_5, 3, "Pattern Chain", UI_func_seq_pat_chain); |
|
|
|
LCDML_add(88, LCDML_0_5, 4, "Tempo", NULL); |
|
|
|
LCDML_add(88, LCDML_0_5, 4, "Seq. Length", UI_func_seq_lenght); |
|
|
|
LCDML_add(89, LCDML_0_5, 5, "L.Transp.Key", UI_func_seq_live_transpose_oct); |
|
|
|
LCDML_add(89, LCDML_0_5, 5, "Tempo", UI_func_seq_tempo); |
|
|
|
LCDML_add(90, LCDML_0_5, 6, "L.Trp.Offset", NULL); |
|
|
|
LCDML_add(90, LCDML_0_5, 6, "L.Transp.Key", UI_func_seq_live_transpose_oct); |
|
|
|
LCDML_add(91, LCDML_0_5, 7, "LOAD Patterns", UI_func_seq_pattern_load); |
|
|
|
LCDML_add(91, LCDML_0_5, 7, "L.Trp.Offset", NULL); |
|
|
|
LCDML_add(92, LCDML_0_5, 8, "SAVE Patterns", UI_func_seq_pattern_save); |
|
|
|
LCDML_add(92, LCDML_0_5, 8, "Track Setup", UI_func_seq_track_setup); |
|
|
|
LCDML_add(93, LCDML_0, 6, "System", NULL); |
|
|
|
LCDML_add(93, LCDML_0_5, 9, "Seq.Disp.Style", UI_func_seq_display_style); |
|
|
|
LCDML_add(94, LCDML_0_6, 1, "Stereo/Mono", UI_func_stereo_mono); |
|
|
|
LCDML_add(94, LCDML_0_5, 10, "LOAD Patterns", UI_func_seq_pattern_load); |
|
|
|
LCDML_add(95, LCDML_0_6, 2, "MIDI Soft THRU", UI_func_midi_soft_thru); |
|
|
|
LCDML_add(95, LCDML_0_5, 11, "SAVE Patterns", UI_func_seq_pattern_save); |
|
|
|
LCDML_add(96, LCDML_0_6, 3, "Favorites", UI_func_favorites); |
|
|
|
LCDML_add(96, LCDML_0, 6, "System", NULL); |
|
|
|
LCDML_add(97, LCDML_0_6, 4, "EEPROM Reset", UI_func_eeprom_reset); |
|
|
|
LCDML_add(97, LCDML_0_6, 1, "Stereo/Mono", UI_func_stereo_mono); |
|
|
|
LCDML_add(98, LCDML_0, 7, "Info", UI_func_information); |
|
|
|
LCDML_add(98, LCDML_0_6, 2, "MIDI Soft THRU", UI_func_midi_soft_thru); |
|
|
|
LCDML_addAdvanced(99, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); |
|
|
|
LCDML_add(99, LCDML_0_6, 3, "Favorites", UI_func_favorites); |
|
|
|
#define _LCDML_DISP_cnt 99 |
|
|
|
LCDML_add(100, LCDML_0_6, 4, "EEPROM Reset", UI_func_eeprom_reset); |
|
|
|
|
|
|
|
LCDML_add(101, LCDML_0, 7, "Info", UI_func_information); |
|
|
|
|
|
|
|
LCDML_addAdvanced(102, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); |
|
|
|
|
|
|
|
#define _LCDML_DISP_cnt 102 |
|
|
|
#endif |
|
|
|
#endif |
|
|
|