improve manipulate plugin a little, has rand() and better access to sin cos etc, examples in json_objects/midi_action_mapping_APC Key 25.json

This commit is contained in:
Tristan Rowley
2020-07-23 18:44:53 +00:00
parent 9e697dcbaa
commit f68a18de9d
3 changed files with 10 additions and 3 deletions

View File

@@ -281,10 +281,10 @@
"DEFAULT": ["function_off"]
},
"note_on 91": {
"DEFAULT": ["send_serial_macro_0","send_serial_macro_1"]
"DEFAULT": ["f:float(0):|seek_to_location_on_player&&send_serial_macro_0","f:float(0.25):|seek_to_location_on_player&&send_serial_macro_1"]
},
"note_on 93": {
"DEFAULT": ["set_display_mode_settings","set_display_mode_shader"]
"DEFAULT": ["f:float(0.5):|seek_to_location_on_player&&set_display_mode_settings","f:rand():|seek_to_location_on_player&&set_display_mode_shader"]
}
}