mirror of
https://github.com/cyberboy666/r_e_c_u_r.git
synced 2025-12-12 11:20:15 +01:00
updated config + docs
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
# Auto-generated Actions list
|
# Auto-generated Actions list
|
||||||
|
|
||||||
Sun 9 Feb 15:57:04 UTC 2020
|
Sun 16 Feb 17:12:34 UTC 2020
|
||||||
|
|
||||||
for branch=feature_plugins
|
for branch=feature_plugins
|
||||||
|
|
||||||
@@ -173,6 +173,8 @@ for branch=feature_plugins
|
|||||||
* set_shader_speed_layer_([0-2])_amount
|
* set_shader_speed_layer_([0-2])_amount
|
||||||
|
|
||||||
### Plugin routes
|
### Plugin routes
|
||||||
|
* set_lfo_modulation_([0-3])_level (from LFOModulation)
|
||||||
|
* toggle_lfo_active (from LFOModulation)
|
||||||
* (.*)&&(.*) (from ManipulatePlugin)
|
* (.*)&&(.*) (from ManipulatePlugin)
|
||||||
* invert|(.*) (from ManipulatePlugin)
|
* invert|(.*) (from ManipulatePlugin)
|
||||||
* f:(.*):|(.*) (from ManipulatePlugin)
|
* f:(.*):|(.*) (from ManipulatePlugin)
|
||||||
|
|||||||
@@ -977,7 +977,7 @@ class Actions(object):
|
|||||||
return
|
return
|
||||||
|
|
||||||
try:
|
try:
|
||||||
#print ("for method_name %s, arguments is %s and len is %s" % (method_name, arguments, len(signature(method).parameters)))
|
#print ("for method_name %s, arguments is %s and len is %s, got method %s" % (method_name, arguments, len(signature(method).parameters), method))
|
||||||
if arguments is not None and len(signature(method).parameters)==len(arguments): # only pass arguments if count matches method sig
|
if arguments is not None and len(signature(method).parameters)==len(arguments): # only pass arguments if count matches method sig
|
||||||
method(*arguments)
|
method(*arguments)
|
||||||
else:
|
else:
|
||||||
|
|||||||
@@ -29,7 +29,8 @@
|
|||||||
"SHADER_PARAM": ["return_to_default_control_mode"],
|
"SHADER_PARAM": ["return_to_default_control_mode"],
|
||||||
"CONFIRM": ["perform_confirm_action"],
|
"CONFIRM": ["perform_confirm_action"],
|
||||||
"NAV_DETOUR": ["toggle_detour_play"],
|
"NAV_DETOUR": ["toggle_detour_play"],
|
||||||
"PLAY_SHADER": ["toggle_shaders", "toggle_shader_speed"]
|
"PLAY_SHADER": ["toggle_shaders", "toggle_shader_speed"],
|
||||||
|
"LFOMODU": ["toggle_lfo_active"]
|
||||||
},
|
},
|
||||||
"d": {
|
"d": {
|
||||||
"DEFAULT": ["switch_to_next_player", "toggle_player_mode"],
|
"DEFAULT": ["switch_to_next_player", "toggle_player_mode"],
|
||||||
|
|||||||
Reference in New Issue
Block a user