Commit Graph

646 Commits

Author SHA1 Message Date
Tristan Rowley
cbf68a88b1 update action docs 2020-01-03 22:09:09 +00:00
Tristan Rowley
d10cfab877 can pass strings through mapped commands now 2020-01-03 22:00:27 +00:00
Tristan Rowley
ddb72210ae reset_modulation and reset_selected_modulation methods to help stay sane 2019-12-28 21:29:00 +00:00
Tristan Rowley
a4febf2958 update docs to reflect new modulation changes 2019-12-28 18:59:48 +00:00
Tristan Rowley
c2a2bacf73 backport modulation features 2019-12-27 20:22:36 +00:00
Tristan Rowley
941fbc8a37 Merge branch 'dev' into feature_shader_midi 2019-12-27 20:19:01 +00:00
Tristan Rowley
dbb6a43c04 nicer 2019-12-27 01:10:18 +00:00
Tristan Rowley
5cbb57ac45 Tidy up docs slightly Merge branch 'feature_midi_extra_mappings' into feature_shader_midi 2019-12-27 01:06:37 +00:00
Tristan Rowley
ed17750b4c minor doc improvement 2019-12-27 01:03:23 +00:00
Tristan Rowley
da56444022 backported enable_feedback and disable_feedback commands 2019-12-27 01:01:00 +00:00
Tristan Rowley
bebf90eec1 remove unnecessary config file 2019-12-27 00:53:04 +00:00
Tristan Rowley
0c28e2d1ba added set_shader_layer_([0-2])_amount commands 2019-12-24 15:52:20 +00:00
Tristan Rowley
4127e51123 fix doubled-up dynamic routes 2019-12-24 15:07:05 +00:00
Tristan Rowley
0277466cd5 Merge branch 'feature_list_actions' into feature_midi_extra_mappings 2019-12-24 14:34:39 +00:00
Tristan Rowley
2ec494e4e1 Merge branch 'feature_list_actions' into feature_shader_midi 2019-12-24 14:30:50 +00:00
Tristan Rowley
37ec49df01 remove try_remove_file 2019-12-24 14:29:36 +00:00
Tristan Rowley
7f55dc707d markdown compatibility Merge branch 'feature_list_actions' into feature_midi_extra_mappings 2019-12-24 14:23:29 +00:00
Tristan Rowley
749343b833 Merge branch 'feature_list_actions' into feature_shader_midi 2019-12-24 14:20:07 +00:00
Tristan Rowley
1c5ee2f6b0 make ACTIONS formatting markdown compatible 2019-12-24 14:18:17 +00:00
Tristan Rowley
2a5ecbd299 Merge branch 'feature_list_actions' into feature_midi_extra_mappings 2019-12-24 14:12:13 +00:00
Tristan Rowley
b92dd006ba Merge branch 'feature_list_actions' into feature_shader_midi 2019-12-24 14:10:36 +00:00
Tristan Rowley
24b7bbd848 strip out some less-useful actions 2019-12-24 14:06:41 +00:00
Tristan Rowley
24df5e7762 Script to help generate actions list documentation 2019-12-24 13:54:33 +00:00
Tristan Rowley
8b6b21774b Improved auto-generated actions 2019-12-24 13:53:20 +00:00
Tristan Rowley
9fa67495ea Improve actions list generator 2019-12-24 13:47:48 +00:00
Tristan Rowley
a0ef2bb924 improved generate-list-actions and added pregenerated documentation 2019-12-24 13:42:17 +00:00
Tristan Rowley
1cc68ad1f1 added function_on and function_off mappings to enable having 'function/shift' on midi 2019-12-23 19:00:31 +00:00
Tristan Rowley
9a21c4e501 fix range of param routes, add better debugging if no action found 2019-12-22 22:15:09 +00:00
Tristan Rowley
6a14dfbe72 refactor call_method_name into actions.py so all the input messages go through the same pipe (mainly to be compatible with workings in plugins dev branch) 2019-12-22 22:09:39 +00:00
langolierz
0acec6651a wip osc and node server 2019-12-22 16:30:51 +00:00
Tristan Rowley
5d239e5a5d fix regex 2019-12-19 00:04:05 +00:00
Tristan Rowley
67fbf1be90 change order arguments are passed in actions handler, added actions to directly set shader layer values regardless of which layer is selected via midi 2019-12-18 23:55:04 +00:00
Tristan Rowley
640f21a6c5 start/stop shader layers with dedicated commands start_shader_layer_[0-2] and stop_shader_layer_[0-2] 2019-12-15 19:08:41 +00:00
Tristan Rowley
93fdd9ba88 Merge branch 'master' into feature_shader_midi 2019-12-15 16:28:34 +00:00
Tristan Rowley
da6ea11dff Merge branch 'master' into feature_midi_extra_mappings 2019-12-15 16:26:03 +00:00
langolierz
9935f1a98b fix boot bug 2019-12-15 13:17:35 +00:00
langolierz
e0b71cbc75 Merge pull request #104 from doctea/master
Sort sampler and shader browser files in the menus alphabetically
2019-12-14 23:44:52 +01:00
Tristan Rowley
65e37b7dce Merge branch 'feature_midi_extra_mappings' into feature_shader_midi 2019-12-14 16:35:20 +00:00
Tristan Rowley
28b610d01e added toggle_x3_as_speed as a command available to midi map, and added a script to generate a helpful list of available actions 2019-12-14 16:32:36 +00:00
Tristan Rowley
168e83f90d Merge branch 'master' into feature_shader_midi 2019-12-14 14:24:19 +00:00
Tristan Rowley
6c3848cf6c merged and sorts shaders now too 2019-12-14 14:19:01 +00:00
Tristan Rowley
e0726531f2 Merge https://github.com/langolierz/r_e_c_u_r 2019-12-14 14:18:43 +00:00
Tristan Rowley
6e6f2015dc sort files & folders alphabetically 2019-12-14 14:14:25 +00:00
Tristan Rowley
56eab3a232 Merge https://github.com/langolierz/r_e_c_u_r into feature_shader_midi 2019-12-13 03:18:42 +00:00
langolierz
b5c772f467 finally fixd updatecode 2019-12-11 19:21:09 +00:00
langolierz
87425a13e0 Create README.md 2019-12-11 20:17:33 +01:00
langolierz
6f4ffa7f72 fix update code 2019-12-11 19:12:27 +00:00
langolierz
641ef046d0 fixed update code 2019-12-11 19:10:19 +00:00
Tristan Rowley
75d5a013c8 fix shader layer offset problem 2019-12-10 14:35:49 +00:00
Tristan Rowley
11f1ecc8aa Merge https://github.com/langolierz/r_e_c_u_r into feature_shader_midi 2019-12-10 14:34:10 +00:00