added a new LOOP_TYPE parallel

This commit is contained in:
langolierz
2019-06-08 13:07:50 +00:00
parent 0032beedce
commit 63cbca7107
10 changed files with 196 additions and 42 deletions

View File

@@ -0,0 +1 @@
"1-1"

View File

@@ -102,5 +102,71 @@
},
"note_on 90": {
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]
},
"note_on 0": {
"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 36": {
"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 37": {
"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 38": {
"DEFAULT": ["switch_to_next_player", "toggle_player_mode"]
},
"note_on 39": {
"DEFAULT": ["set_playing_sample_start_to_current_duration", "clear_playing_sample_start_time"]
},
"note_on 40": {
"DEFAULT": ["set_playing_sample_end_to_current_duration", "clear_playing_sample_end_time"]
},
"note_on 41": {
"DEFAULT": ["toggle_capture_preview", "toggle_capture_recording"]},
"note_on 42": {
"DEFAULT": ["cycle_display_mode"]
},
"note_on 43": {
"DEFAULT": ["toggle_function"]
},
"note_on 44": {
"DEFAULT": ["load_slot_0_into_next_player","previous_bank"]
},
"note_on 45": {
"DEFAULT": ["load_slot_1_into_next_player","next_bank"]
},
"note_on 46": {
"DEFAULT": ["load_slot_2_into_next_player","clear_all_slots"]
},
"note_on 47": {
"DEFAULT": ["load_slot_3_into_next_player"]
},
"note_on 48": {
"DEFAULT": ["load_slot_4_into_next_player"]
},
"note_on 49": {
"DEFAULT": ["load_slot_5_into_next_player","toggle_screen_mirror"]
},
"note_on 50": {
"DEFAULT": ["load_slot_6_into_next_player"]
},
"note_on 51": {
"DEFAULT": ["load_slot_7_into_next_player"]
},
"note_on 52": {
"DEFAULT": ["load_slot_8_into_next_player"]
},
"note_on 53": {
"DEFAULT": ["load_slot_9_into_next_player","quit_the_program"]
}
}

View File

@@ -136,6 +136,11 @@
"options": [],
"value": null
},
"SHUTDOWN_PI": {
"action": "shutdown_pi",
"options": [],
"value": null
},
"OF_SCREEN_SIZE": {
"action": "toggle_of_screen_size",
"options": [
@@ -198,6 +203,14 @@
],
"value": "off"
},
"LOOP_TYPE": {
"action": "update_video_settings",
"options": [
"seamless",
"parallel"
],
"value": "parallel"
},
"FIXED_LENGTH": {
"action": "set_fixed_length",
"options": [],