Commit Graph

85 Commits

Author SHA1 Message Date
langolierz
36829466aa some last minute fixes 2020-03-15 18:41:14 +00:00
Tristan Rowley
a29ff675b4 couple more tweaks, still a problem if you prses '9' too soon before '4' when quick switching, annoying but live with it for now 2020-03-14 23:16:47 +00:00
Tristan Rowley
5e82ba3f88 workaround for the '4' key/000 problem with numpad affecting using DISP+4 to quick-switch display screens 2020-03-14 18:19:52 +00:00
Tristan Rowley
5896d7ef43 fix for quick-switching displays actually triggering video bank loads! 2020-03-14 15:52:07 +00:00
Tristan Rowley
b5a55caf20 Merge branch 'feature_plugins' of https://github.com/langolierz/r_e_c_u_r into feature_plugins 2020-03-14 15:26:49 +00:00
langolierz
1bbfc209ff trying to fix from the merge.. 2020-03-14 15:25:22 +00:00
Tristan Rowley
e062c11415 Merge branch 'feature_plugins' of https://github.com/langolierz/r_e_c_u_r into feature_plugins 2020-03-14 15:06:17 +00:00
langolierz
34e4c57119 merge with dev 2020-03-14 14:18:10 +00:00
langolierz
1fb885500f added some shaders, fixed bugs, added to mappings 2020-03-12 22:08:45 +00:00
Tristan Rowley
75446f682a Show error when trying to fast-switch page that isn't there 2020-03-12 22:02:42 +00:00
Tristan Rowley
274958a699 Merge branch 'dev' into feature_plugins 2020-03-12 17:09:22 +00:00
langolierz
096befc468 fixed osc bugs, midi lag bugs, midi cc buttons 2020-03-12 13:11:06 +00:00
Tristan Rowley
11c7c886a6 allow display modes to fallback to other display modes before default 2020-03-07 22:34:21 +00:00
langolierz
b58967eba0 Merge branch 'feature_plugins' of https://github.com/langolierz/r_e_c_u_r into feature_plugins 2020-03-01 19:17:33 +00:00
langolierz
2b62f763df update default midi map 2020-03-01 17:56:55 +00:00
Tristan Rowley
b015574585 Merge branch 'dev' into feature_plugins 2020-03-01 16:10:10 +00:00
Tristan Rowley
d6fa0b81f7 Don't barf on MOUSE_INPUT if it doesn't exist in config 2020-03-01 16:09:12 +00:00
Tristan Rowley
d7f1aa2813 Merge branch 'dev' of https://github.com/langolierz/r_e_c_u_r into dev 2020-03-01 15:48:37 +00:00
Tristan Rowley
5ef24c881f fix for 4+9 not working for switching display mode 2020-02-29 21:58:57 +00:00
Tristan Rowley
952fbcc941 fast-switch between display modes by holding DISP and pressing number keys -- doesn't work for 4 and 9 currently though?! 2020-02-29 19:22:43 +00:00
Tristan Rowley
311ca2705c Fix for output plugins now MIDI port detection is fixed (variable name changed) 2020-02-29 15:52:58 +00:00
Tristan Rowley
39cd18e06b Merge branch 'feature_plugins' into merge_feature_plugins 2020-02-29 15:48:09 +00:00
langolierz
430190c1b5 merge with dev 2020-02-29 14:51:50 +00:00
Tristan Rowley
a8fe735478 Merge branch 'dev' into feature_plugins 2020-02-29 13:30:11 +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
07d2972d1a Merge branch 'dev' into feature_plugins 2020-02-29 13:18:54 +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
cf0e2e0ea6 fixed midi port bug 2020-02-29 11:25:03 +00:00
langolierz
6eed290777 added mouse input 2020-02-24 20:38:49 +00:00
langolierz
59dfb197bc add settings for osc, accesspoint and remote server 2020-02-24 17:45:10 +00:00
Tristan Rowley
5db835e6f8 tidy up display control mappings and other fixes 2020-02-16 17:36:28 +00:00
Tristan Rowley
d28d682976 Fix osc input so it listens to the network again, commented-out stub for showing clip progress in leds (doesnt work too well so not enabled) 2020-02-12 23:32:36 +00:00
Tristan Rowley
44ab20cb52 ModulationReceiverPlugin that allows plugin to receive when the modulation slots A-D (1-4) value changes... with quick hack to WJSendPlugin to wiggle some parameters in response 2020-02-11 23:28:46 +00:00
Tristan Rowley
72b7c292a6 tidy up how midi_input is set/accessed from plugins, nicer complaining when the shader gadget plugins arent present, and feedback plugin now takes most of its config (which notes to light up) by reading the midi config 2020-01-19 15:00:13 +00:00
Tristan Rowley
6996bef707 missed necessary file for midi input detection! also fix midi feedback not working if the shader plugins are not installed 2020-01-14 23:56:07 +00:00
Tristan Rowley
2717be19cd re-add generic osc route 2020-01-05 18:23:56 +00:00
langolierz
7b83c74fa2 Merge branch 'dev' into feature_shader_midi 2020-01-05 14:05:15 +01:00
langolierz
347e4fd4f3 adding to osc support 2020-01-05 12:25:02 +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
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
bfde14a9d7 map generic bank/slot midi command eg 'play_shader_0_0' to method 2019-12-07 20:54:07 +00:00
langolierz
c90ddeb703 v2 bug fixes 2019-11-29 07:24:01 +00:00
langolierz
85421c59fb updating settings 2019-07-09 18:53:27 +02:00
langolierz
a258beaa10 fixed refactor, added player reset 2019-06-09 10:20:45 +00:00
Tim Caldwell
17293824d3 refactoring settings menu 2019-06-09 10:41:12 +02:00
langolierz
63cbca7107 added a new LOOP_TYPE parallel 2019-06-08 13:07:50 +00:00
langolierz
f082dc01b1 fix bug in midi fix 2019-02-23 13:02:55 +00:00