mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
Merge branch 'signalculture' into c_o_n_j_u_r
This commit is contained in:
5
json_objects/analog_action_mapping.json
Normal file
5
json_objects/analog_action_mapping.json
Normal file
@@ -0,0 +1,5 @@
|
||||
{
|
||||
"7": {
|
||||
"DEFAULT": ["set_the_current_video_alpha_continuous"]
|
||||
}
|
||||
}
|
||||
@@ -1,18 +1,18 @@
|
||||
{
|
||||
"control_change 0": {
|
||||
"DEFAULT": ["set_the_current_video_alpha_cc"]
|
||||
"DEFAULT": ["set_the_current_video_alpha_continuous"]
|
||||
},
|
||||
"control_change 1": {
|
||||
"DEFAULT": ["set_the_next_video_alpha_cc"]
|
||||
"DEFAULT": ["set_the_next_video_alpha_continuous"]
|
||||
},
|
||||
"control_change 2": {
|
||||
"DEFAULT": ["set_the_camera_alpha_cc"]
|
||||
"DEFAULT": ["set_the_camera_alpha_continuous"]
|
||||
},
|
||||
"control_change 3": {
|
||||
"DEFAULT": ["set_the_camera_colour_u_with_cc"]
|
||||
"DEFAULT": ["set_the_camera_colour_u_continuous"]
|
||||
},
|
||||
"control_change 4": {
|
||||
"DEFAULT": ["set_the_camera_colour_v_with_cc"]
|
||||
"DEFAULT": ["set_the_camera_colour_v_continuous"]
|
||||
},
|
||||
"note_on 72": {
|
||||
"NAV_BROWSER": ["move_browser_selection_up"],
|
||||
|
||||
@@ -1,5 +1,25 @@
|
||||
{
|
||||
"capture": {
|
||||
"TYPE": {
|
||||
"action": "update_capture_settings",
|
||||
"options": [
|
||||
"piCamera",
|
||||
"piCaptureSd1"
|
||||
],
|
||||
"value": "piCaptureSd1"
|
||||
},
|
||||
"PICAPTURE_INPUT": {
|
||||
"action": "change_piCapture_input",
|
||||
"options": [
|
||||
"auto",
|
||||
"video1",
|
||||
"video2",
|
||||
"video3",
|
||||
"svideo",
|
||||
"component"
|
||||
],
|
||||
"value": "video1"
|
||||
},
|
||||
"DEVICE": {
|
||||
"action": "update_capture_settings",
|
||||
"options": [
|
||||
@@ -87,6 +107,14 @@
|
||||
}
|
||||
},
|
||||
"other": {
|
||||
"ANALOG_INPUT": {
|
||||
"action": null,
|
||||
"options": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
],
|
||||
"value": "disabled"
|
||||
},
|
||||
"DEV_MODE_RESET": {
|
||||
"action": "switch_dev_mode",
|
||||
"options": [
|
||||
@@ -227,7 +255,7 @@
|
||||
"preferred",
|
||||
"CEA 4 HDMI"
|
||||
],
|
||||
"value": "preferred"
|
||||
"value": "CEA 4 HDMI"
|
||||
},
|
||||
"COMPOSITE_PROGRESSIVE": {
|
||||
"action": "change_composite_setting",
|
||||
|
||||
Reference in New Issue
Block a user