|
|
|
@ -109,14 +109,26 @@ LCDML_add(75, LCDML_0_3, 5, "MIDI", NULL); |
|
|
|
|
LCDML_add(76, LCDML_0_3_5, 1, "MIDI Recv Bank", UI_func_sysex_receive_bank); |
|
|
|
|
LCDML_add(77, LCDML_0_3_5, 2, "MIDI Snd Bank", UI_func_sysex_send_bank); |
|
|
|
|
LCDML_add(78, LCDML_0_3_5, 3, "MIDI Snd Voice", UI_func_sysex_send_voice); |
|
|
|
|
LCDML_add(79, LCDML_0, 4, "Sequencer", UI_func_sequencer); |
|
|
|
|
LCDML_add(80, LCDML_0, 5, "Pattern Chain", UI_func_seq_pat_chain);
|
|
|
|
|
LCDML_add(81, LCDML_0, 6, "System", NULL); |
|
|
|
|
LCDML_add(82, LCDML_0_6, 1, "Stereo/Mono", UI_func_stereo_mono); |
|
|
|
|
LCDML_add(83, LCDML_0_6, 2, "MIDI Soft THRU", UI_func_midi_soft_thru); |
|
|
|
|
LCDML_add(84, LCDML_0_6, 3, "Favorites", UI_func_favorites); |
|
|
|
|
LCDML_add(85, LCDML_0_6, 4, "EEPROM Reset", UI_func_eeprom_reset); |
|
|
|
|
LCDML_add(86, LCDML_0, 6, "Info", UI_func_information); |
|
|
|
|
LCDML_addAdvanced(87, LCDML_0, 7, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); |
|
|
|
|
#define _LCDML_DISP_cnt 87 |
|
|
|
|
LCDML_add(79, LCDML_0, 4, "Drums", NULL); |
|
|
|
|
LCDML_add(80, LCDML_0_4, 1, "Drums Main Vol", UI_func_drum_main_volume); |
|
|
|
|
LCDML_add(81, LCDML_0_4, 2, "Drum Volumes", UI_func_drum_volume); |
|
|
|
|
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(84, LCDML_0, 5, "Sequencer", NULL); |
|
|
|
|
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(87, LCDML_0_5, 3, "Seq. Length", UI_func_seq_lenght); |
|
|
|
|
LCDML_add(88, LCDML_0_5, 4, "Tempo", NULL); |
|
|
|
|
LCDML_add(89, LCDML_0_5, 5, "L.Transp.Key", UI_func_seq_live_transpose_oct); |
|
|
|
|
LCDML_add(90, LCDML_0_5, 6, "L.Trp.Offset", NULL); |
|
|
|
|
LCDML_add(91, LCDML_0_5, 7, "Pattern load", NULL); |
|
|
|
|
LCDML_add(92, LCDML_0_5, 8, "Pattern save", NULL); |
|
|
|
|
LCDML_add(93, LCDML_0, 6, "System", NULL); |
|
|
|
|
LCDML_add(94, LCDML_0_6, 1, "Stereo/Mono", UI_func_stereo_mono); |
|
|
|
|
LCDML_add(95, LCDML_0_6, 2, "MIDI Soft THRU", UI_func_midi_soft_thru); |
|
|
|
|
LCDML_add(96, LCDML_0_6, 3, "Favorites", UI_func_favorites); |
|
|
|
|
LCDML_add(97, LCDML_0_6, 4, "EEPROM Reset", UI_func_eeprom_reset); |
|
|
|
|
LCDML_add(98, LCDML_0, 7, "Info", UI_func_information); |
|
|
|
|
LCDML_addAdvanced(99, LCDML_0, 8, COND_hide, "Volume", UI_func_volume, 0, _LCDML_TYPE_default); |
|
|
|
|
#define _LCDML_DISP_cnt 99 |
|
|
|
|
#endif |
|
|
|
|