Commit Graph

563 Commits

Author SHA1 Message Date
Tristan Rowley
638a78ab68 Save settings json on program quit -- shader modulation levels moved into settings data so they persist across restarts 2020-02-29 14:28:44 +00:00
Tristan Rowley
391e8aef01 oops, actually fixed, and fix if REMOTE_SERVER is missing from configuration 2020-02-29 13:28:24 +00:00
Tristan Rowley
00aacd5360 Updated ACTIONS and generate-list-actions to hide internal commands 2020-02-29 12:46:58 +00:00
Tristan Rowley
4e3e5476dc Make numpad input use actions the same as midi input etc, so that plugins can extend numpad functionality 2020-02-29 12:40:37 +00:00
Tristan Rowley
03d8a1fd66 Merge branch 'dev' of https://github.com/langolierz/r_e_c_u_r into dev 2020-02-29 12:33:55 +00:00
langolierz
f2fb362ad5 Update README.md 2020-02-27 21:31:28 +01:00
langolierz
6eed290777 added mouse input 2020-02-24 20:38:49 +00:00
langolierz
26ef3d6891 eject usb setting 2020-02-24 19:45:52 +00:00
langolierz
989e65af28 added pg-updwn and fixed x3speed bug 2020-02-24 19:21:05 +00:00
langolierz
59dfb197bc add settings for osc, accesspoint and remote server 2020-02-24 17:45:10 +00:00
Tristan Rowley
794a794847 import statistics at top of file instead of in function 2020-01-05 18:31:50 +00:00
Tristan Rowley
2717be19cd re-add generic osc route 2020-01-05 18:23:56 +00:00
langolierz
67d1de8c3a Merge pull request #96 from doctea/feature_shader_midi
Feature: extra actions for shader control, dynamic action name definitions, parameter modulation
2020-01-05 14:11:41 +01:00
langolierz
7b83c74fa2 Merge branch 'dev' into feature_shader_midi 2020-01-05 14:05:15 +01:00
langolierz
a9f6889a41 Merge pull request #107 from doctea/feature_list_actions
Development/documentation feature: automatically generate list actions docs
2020-01-05 13:30:03 +01:00
langolierz
0d746e6a70 Merge branch 'master' into dev 2020-01-05 12:25:33 +00:00
langolierz
347e4fd4f3 adding to osc support 2020-01-05 12:25:02 +00:00
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