reverting setting change for now

This commit is contained in:
langolierz
2019-01-21 17:35:43 +00:00
parent 36613197d5
commit 5c0b8c5604

View File

@@ -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": {