]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/commit
Rename helpers to music_sampler
authorIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 27 Jul 2016 19:33:09 +0000 (21:33 +0200)
committerIsmaël Bouya <ismael.bouya@normalesup.org>
Wed, 27 Jul 2016 19:33:09 +0000 (21:33 +0200)
commit63ba5a8dc2aa4ec3e6f203b0ba4db249ecf0b00e
treef043ab215425aca3434bf178029dad9f9e62dbe9
parent35bde798b6cda13579337b0ec5a803fdd5eab19a
Rename helpers to music_sampler
24 files changed:
.gitignore
music_sampler.kv
music_sampler.py
music_sampler.spec
music_sampler/__init__.py [moved from helpers/__init__.py with 100% similarity]
music_sampler/action.py [moved from helpers/action.py with 100% similarity]
music_sampler/actions/__init__.py [moved from helpers/actions/__init__.py with 100% similarity]
music_sampler/actions/interrupt_wait.py [moved from helpers/actions/interrupt_wait.py with 100% similarity]
music_sampler/actions/pause.py [moved from helpers/actions/pause.py with 100% similarity]
music_sampler/actions/play.py [moved from helpers/actions/play.py with 100% similarity]
music_sampler/actions/run_command.py [moved from helpers/actions/run_command.py with 100% similarity]
music_sampler/actions/seek.py [moved from helpers/actions/seek.py with 100% similarity]
music_sampler/actions/stop.py [moved from helpers/actions/stop.py with 100% similarity]
music_sampler/actions/stop_all_actions.py [moved from helpers/actions/stop_all_actions.py with 100% similarity]
music_sampler/actions/unpause.py [moved from helpers/actions/unpause.py with 100% similarity]
music_sampler/actions/volume.py [moved from helpers/actions/volume.py with 100% similarity]
music_sampler/actions/wait.py [moved from helpers/actions/wait.py with 100% similarity]
music_sampler/key.py [moved from helpers/key.py with 100% similarity]
music_sampler/lock.py [moved from helpers/lock.py with 100% similarity]
music_sampler/mapping.py [moved from helpers/mapping.py with 100% similarity]
music_sampler/mixer.py [moved from helpers/mixer.py with 100% similarity]
music_sampler/music_effect.py [moved from helpers/music_effect.py with 100% similarity]
music_sampler/music_file.py [moved from helpers/music_file.py with 100% similarity]
music_sampler/sysfont.py [moved from helpers/sysfont.py with 100% similarity]