mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-05 16:00:06 +01:00
improved capture switching and serial midi
This commit is contained in:
@@ -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"],
|
||||
|
||||
@@ -133,7 +133,7 @@
|
||||
"value": "dev"
|
||||
},
|
||||
"USE_OF_CAPTURE": {
|
||||
"action": "create_capture_object",
|
||||
"action": "set_capture_object",
|
||||
"options": [
|
||||
"yes",
|
||||
"no"
|
||||
|
||||
Reference in New Issue
Block a user