improved capture switching and serial midi

This commit is contained in:
langolierz
2018-10-15 15:54:46 +00:00
parent df6851a5a3
commit a17dde7da1
7 changed files with 124 additions and 35 deletions

View File

@@ -14,6 +14,18 @@
"control_change 4": {
"DEFAULT": ["set_the_camera_colour_v_continuous"]
},
"control_change 74": {
"DEFAULT": ["set_the_shader_param_0_continuous"]
},
"control_change 71": {
"DEFAULT": ["set_the_shader_param_1_continuous"]
},
"control_change 76": {
"DEFAULT": ["set_the_shader_param_2_continuous"]
},
"control_change 77": {
"DEFAULT": ["set_the_shader_param_3_continuous"]
},
"note_on 72": {
"NAV_BROWSER": ["move_browser_selection_up"],
"PLAYER": ["seek_back_on_player"],

View File

@@ -133,7 +133,7 @@
"value": "dev"
},
"USE_OF_CAPTURE": {
"action": "create_capture_object",
"action": "set_capture_object",
"options": [
"yes",
"no"