Files
r_e_c_u_r/json_objects/midi_action_mapping.json
2018-05-06 03:00:46 +00:00

77 lines
2.1 KiB
JSON

{
"control_change 0": {
"DEFAULT": ["set_the_camera_alpha_cc"]
},
"control_change 1": {
"DEFAULT": ["set_the_camera_colour_u_with_cc"]
},
"control_change 2": {
"DEFAULT": ["set_the_camera_colour_v_with_cc"]
},
"note_on 72": {
"NAV_BROWSER": ["move_browser_selection_up"],
"PLAYER": ["seek_back_on_player"],
"NAV_SETTINGS": ["move_settings_selection_up"],
"LENGTH_SET": ["return_to_default_control_mode"]
},
"note_on 73": {
"NAV_BROWSER": ["move_browser_selection_down"],
"PLAYER": ["seek_forward_on_player"],
"NAV_SETTINGS": ["move_settings_selection_down"],
"LENGTH_SET": ["return_to_default_control_mode"]
},
"note_on 74": {
"NAV_BROWSER": ["enter_on_browser_selection"],
"PLAYER": ["toggle_action_on_player","toggle_show_on_player"],
"NAV_SETTINGS": ["enter_on_settings_selection"],
"LENGTH_SET": ["record_fixed_length"]
},
"note_on 75": {
"DEFAULT": ["switch_to_next_player", "toggle_player_mode"]
},
"note_on 76": {
"DEFAULT": ["set_playing_sample_start_to_current_duration", "clear_playing_sample_start_time"]
},
"note_on 77": {
"DEFAULT": ["set_playing_sample_end_to_current_duration", "clear_playing_sample_end_time"]
},
"note_on 78": {
"DEFAULT": ["toggle_capture_preview", "toggle_capture_recording"]},
"note_on 79": {
"DEFAULT": ["cycle_display_mode"]
},
"note_on 80": {
"DEFAULT": ["toggle_function"]
},
"note_on 81": {
"DEFAULT": ["load_slot_0_into_next_player","previous_bank"]
},
"note_on 82": {
"DEFAULT": ["load_slot_1_into_next_player","next_bank"]
},
"note_on 83": {
"DEFAULT": ["load_slot_2_into_next_player","clear_all_slots"]
},
"note_on 84": {
"DEFAULT": ["load_slot_3_into_next_player"]
},
"note_on 85": {
"DEFAULT": ["load_slot_4_into_next_player"]
},
"note_on 86": {
"DEFAULT": ["load_slot_5_into_next_player","toggle_screen_mirror"]
},
"note_on 87": {
"DEFAULT": ["load_slot_6_into_next_player"]
},
"note_on 88": {
"DEFAULT": ["load_slot_7_into_next_player"]
},
"note_on 89": {
"DEFAULT": ["load_slot_8_into_next_player"]
},
"note_on 90": {
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]
}
}