updated config + docs

This commit is contained in:
Tristan Rowley
2020-02-16 17:12:50 +00:00
parent 2a75d39a41
commit caf19fd0b3
3 changed files with 6 additions and 3 deletions

View File

@@ -1,6 +1,6 @@
# Auto-generated Actions list
Sun 9 Feb 15:57:04 UTC 2020
Sun 16 Feb 17:12:34 UTC 2020
for branch=feature_plugins
@@ -173,6 +173,8 @@ for branch=feature_plugins
* set_shader_speed_layer_([0-2])_amount
### Plugin routes
* set_lfo_modulation_([0-3])_level (from LFOModulation)
* toggle_lfo_active (from LFOModulation)
* (.*)&&(.*) (from ManipulatePlugin)
* invert|(.*) (from ManipulatePlugin)
* f:(.*):|(.*) (from ManipulatePlugin)

View File

@@ -977,7 +977,7 @@ class Actions(object):
return
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
method(*arguments)
else:

View File

@@ -29,7 +29,8 @@
"SHADER_PARAM": ["return_to_default_control_mode"],
"CONFIRM": ["perform_confirm_action"],
"NAV_DETOUR": ["toggle_detour_play"],
"PLAY_SHADER": ["toggle_shaders", "toggle_shader_speed"]
"PLAY_SHADER": ["toggle_shaders", "toggle_shader_speed"],
"LFOMODU": ["toggle_lfo_active"]
},
"d": {
"DEFAULT": ["switch_to_next_player", "toggle_player_mode"],