From 63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Isma=C3=ABl=20Bouya?= Date: Wed, 27 Jul 2016 21:33:09 +0200 Subject: Rename helpers to music_sampler --- helpers/actions/stop_all_actions.py | 14 -------------- 1 file changed, 14 deletions(-) delete mode 100644 helpers/actions/stop_all_actions.py (limited to 'helpers/actions/stop_all_actions.py') diff --git a/helpers/actions/stop_all_actions.py b/helpers/actions/stop_all_actions.py deleted file mode 100644 index 4ea875a..0000000 --- a/helpers/actions/stop_all_actions.py +++ /dev/null @@ -1,14 +0,0 @@ -def run(action, key_start_time=0, other_only=False, **kwargs): - if other_only: - action.mapping.stop_all_running( - except_key=action.key, - key_start_time=key_start_time) - else: - action.mapping.stop_all_running() - -def description(action, other_only=False, **kwargs): - message = "stopping all actions" - if other_only: - message += " except this key" - - return message -- cgit v1.2.3