]>
git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - music_sampler/actions/stop_all_actions.py
1 def run(action
, key_start_time
=0, other_only
=False, **kwargs
):
3 action
.mapping
.stop_all_running(
5 key_start_time
=key_start_time
)
7 action
.mapping
.stop_all_running()
9 def description(action
, other_only
=False, **kwargs
):
10 message
= "stopping all actions"
12 message
+= " except this key"