mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
reverting setting change for now
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
{
|
||||
"captur": {
|
||||
"capture": {
|
||||
"TYPE": {
|
||||
"action": "update_capture_settings",
|
||||
"options": [
|
||||
@@ -69,8 +69,8 @@
|
||||
"value": "auto"
|
||||
}
|
||||
},
|
||||
"incur": {
|
||||
"MIDI CHANNEL": {
|
||||
"midi": {
|
||||
"CHANNEL": {
|
||||
"action": null,
|
||||
"options": [
|
||||
1,
|
||||
@@ -92,7 +92,7 @@
|
||||
],
|
||||
"value": 1
|
||||
},
|
||||
"MIDI INPUT": {
|
||||
"INPUT": {
|
||||
"action": null,
|
||||
"options": [
|
||||
"usb",
|
||||
@@ -101,56 +101,17 @@
|
||||
],
|
||||
"value": "disabled"
|
||||
},
|
||||
"MIDI STATUS": {
|
||||
"STATUS": {
|
||||
"action": "get_midi_status",
|
||||
"options": [],
|
||||
"value": null
|
||||
},
|
||||
"ANALOG_INPUT": {
|
||||
"action": null,
|
||||
"options": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
],
|
||||
"value": "disabled"
|
||||
},
|
||||
"MIDI CYCLE_PORT": {
|
||||
"CYCLE_PORT": {
|
||||
"action": "cycle_midi_port_index",
|
||||
"options": [],
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"conjur":{
|
||||
"OF_SCREEN_SIZE": {
|
||||
"action": "toggle_of_screen_size",
|
||||
"options": [
|
||||
"full",
|
||||
"dev"
|
||||
],
|
||||
"value": "dev"
|
||||
},
|
||||
"USE_WITH_CAPTUR": {
|
||||
"action": "set_capture_object",
|
||||
"options": [
|
||||
"yes",
|
||||
"no"
|
||||
],
|
||||
"value": "no"
|
||||
},
|
||||
"VIDEO_BACKEND": {
|
||||
"action": "switch_video_backend",
|
||||
"options": [
|
||||
"omxplayer",
|
||||
"openframeworks"
|
||||
],
|
||||
"value": "omxplayer"
|
||||
},
|
||||
"RESTART_OPENFRAMEWORKS": {
|
||||
"action": "restart_openframeworks",
|
||||
"options": [],
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"other": {
|
||||
"UPDATE_CODE": {
|
||||
"action": "try_pull_code_and_reset",
|
||||
@@ -174,6 +135,44 @@
|
||||
"action": "quit_the_program",
|
||||
"options": [],
|
||||
"value": null
|
||||
},
|
||||
"OF_SCREEN_SIZE": {
|
||||
"action": "toggle_of_screen_size",
|
||||
"options": [
|
||||
"full",
|
||||
"dev"
|
||||
],
|
||||
"value": "dev"
|
||||
},
|
||||
"USE_OF_CAPTURE": {
|
||||
"action": "set_capture_object",
|
||||
"options": [
|
||||
"yes",
|
||||
"no"
|
||||
],
|
||||
"value": "no"
|
||||
},
|
||||
"VIDEO_BACKEND": {
|
||||
"action": "switch_video_backend",
|
||||
"options": [
|
||||
"omxplayer",
|
||||
"openframeworks"
|
||||
],
|
||||
"value": "omxplayer"
|
||||
},
|
||||
"ANALOG_INPUT": {
|
||||
"action": null,
|
||||
"options": [
|
||||
"enabled",
|
||||
"disabled"
|
||||
],
|
||||
"value": "disabled"
|
||||
},
|
||||
|
||||
"RESTART_OPENFRAMEWORKS": {
|
||||
"action": "restart_openframeworks",
|
||||
"options": [],
|
||||
"value": null
|
||||
}
|
||||
},
|
||||
"sampler": {
|
||||
|
||||
Reference in New Issue
Block a user