mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
adding midi map, shader param setting, fixing midi bug
This commit is contained in:
@@ -5,7 +5,7 @@
|
||||
"NAV_SETTINGS": ["move_settings_selection_up"],
|
||||
"NAV_SHADERS": ["move_shaders_selection_up"],
|
||||
"LENGTH_SET": ["return_to_default_control_mode"],
|
||||
"SHADER_PARAM": ["decrease_this_param"]
|
||||
"SHADER_PARAM": ["decrease_this_param", "decrease_shader_param"]
|
||||
},
|
||||
"b": {
|
||||
"NAV_BROWSER": ["move_browser_selection_down"],
|
||||
@@ -13,7 +13,7 @@
|
||||
"NAV_SETTINGS": ["move_settings_selection_down"],
|
||||
"NAV_SHADERS": ["move_shaders_selection_down"],
|
||||
"LENGTH_SET": ["return_to_default_control_mode"],
|
||||
"SHADER_PARAM": ["increase_this_param"]
|
||||
"SHADER_PARAM": ["increase_this_param", "increase_shader_param"]
|
||||
},
|
||||
"c": {
|
||||
"NAV_BROWSER": ["enter_on_browser_selection"],
|
||||
|
||||
@@ -14,6 +14,18 @@
|
||||
"control_change 4": {
|
||||
"DEFAULT": ["set_the_camera_colour_v_continuous"]
|
||||
},
|
||||
"control_change 5": {
|
||||
"DEFAULT": ["set_the_shader_param_0_continuous"]
|
||||
},
|
||||
"control_change 6": {
|
||||
"DEFAULT": ["set_the_shader_param_1_continuous"]
|
||||
},
|
||||
"control_change 7": {
|
||||
"DEFAULT": ["set_the_shader_param_2_continuous"]
|
||||
},
|
||||
"control_change 8": {
|
||||
"DEFAULT": ["set_the_shader_param_3_continuous"]
|
||||
},
|
||||
"control_change 74": {
|
||||
"DEFAULT": ["set_the_shader_param_0_continuous"]
|
||||
},
|
||||
|
||||
@@ -160,6 +160,20 @@
|
||||
],
|
||||
"value": "omxplayer"
|
||||
},
|
||||
"SHADER_PARAM": {
|
||||
"action": null,
|
||||
"options": [
|
||||
0.01,
|
||||
0.02,
|
||||
0.05,
|
||||
0.10,
|
||||
0.15,
|
||||
0.2,
|
||||
0.3,
|
||||
0.4
|
||||
],
|
||||
"value": 0.10
|
||||
},
|
||||
"ANALOG_INPUT": {
|
||||
"action": null,
|
||||
"options": [
|
||||
|
||||
Reference in New Issue
Block a user