Action Strings Tutorial — Premium

This is your most important expressive tool. Use it to control the dynamics (volume and intensity) in real-time, allowing for natural swells and decrescendos. 3. Advanced Features in Action Strings 2

def parse_action_string(action_str): # Format: action_name(param1, param2, ...) match = re.match(r'(\w+)((.*))', action_str) if not match: return (action_str, []) # no params action strings tutorial