]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - music_sampler/actions/interrupt_wait.py
8f465f03989d5e4c7926ffda4eabc54aaee0f8de
[perso/Immae/Projets/Python/MusicSampler.git] / music_sampler / actions / interrupt_wait.py
1 def run(action, wait_id=None, **kwargs):
2 action.mapping.interrupt_wait(wait_id)
3
4 def description(action, wait_id=None, **kwargs):
5 return "interrupt wait with id {}".format(wait_id)