tidying detour + usb rcording + a few other small bits

This commit is contained in:
langolierz
2019-07-02 20:41:51 +00:00
parent 37f2833090
commit 80d4eaa20a
31 changed files with 82 additions and 29 deletions

View File

@@ -1 +1 @@
"1-1"
"1-2"

View File

@@ -1,7 +1,7 @@
{
"a": {
"NAV_BROWSER": ["move_browser_selection_up"],
"PLAYER": ["seek_back_on_player", "decrease_seek_time"],
"DEFAULT": ["seek_back_on_player", "decrease_seek_time"],
"NAV_SETTINGS": ["move_settings_selection_up"],
"NAV_SHADERS": ["move_shaders_selection_up"],
"LENGTH_SET": ["return_to_default_control_mode"],
@@ -9,7 +9,7 @@
},
"b": {
"NAV_BROWSER": ["move_browser_selection_down"],
"PLAYER": ["seek_forward_on_player", "increase_seek_time"],
"DEFAULT": ["seek_forward_on_player", "increase_seek_time"],
"NAV_SETTINGS": ["move_settings_selection_down"],
"NAV_SHADERS": ["move_shaders_selection_down"],
"LENGTH_SET": ["return_to_default_control_mode"],
@@ -17,7 +17,7 @@
},
"c": {
"NAV_BROWSER": ["enter_on_browser_selection"],
"PLAYER": ["toggle_action_on_player","toggle_show_on_player"],
"DEFAULT": ["toggle_action_on_player","toggle_show_on_player"],
"NAV_SETTINGS": ["enter_on_settings_selection"],
"NAV_SHADERS": ["enter_on_shaders_selection"],
"LENGTH_SET": ["record_fixed_length"],
@@ -30,11 +30,13 @@
},
"e": {
"DEFAULT": ["set_playing_sample_start_to_current_duration", "clear_playing_sample_start_time"],
"SHADER_PARAM": ["decrease_param_focus"]
"SHADER_PARAM": ["decrease_param_focus"],
"NAV_DETOUR": ["decrease_mix_shader"]
},
"f": {
"DEFAULT": ["set_playing_sample_end_to_current_duration", "clear_playing_sample_end_time"],
"SHADER_PARAM": ["increase_param_focus"]
"SHADER_PARAM": ["increase_param_focus"],
"NAV_DETOUR": ["increase_mix_shader"]
},
"g": {
"DEFAULT": ["toggle_capture_preview", "toggle_capture_recording"]},

View File

@@ -75,7 +75,7 @@
"yes",
"no"
],
"value": "no"
"value": "yes"
}
},
"incur": {
@@ -135,6 +135,11 @@
"options": [],
"value": null
},
"CLEAR_MESSAGE_BAR": {
"action": "clear_message",
"options": [],
"value": null
},
"DEV_MODE_RESET": {
"action": "switch_dev_mode",
"options": [
@@ -201,6 +206,14 @@
"disabled"
],
"value": "disabled"
},
"SHADER_POSITION": {
"action": null,
"options": [
"input",
"output"
],
"value": "output"
}
},
"recur": {