]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - config.yml
Modifications to mapping/keys
[perso/Immae/Projets/Python/MusicSampler.git] / config.yml
1 aliases:
2 jongle:
3 file: "/home/immae/temp/Pirates/PIRATE_01-1-intro_jonglacro.mp3"
4 volume: 110 # pouvoir dire que "par défaut" la musique a un volume à 110%
5 acros:
6 file: "../../temp/Pirates/PIRATE_01-2-jonglacro_suite.mp3"
7
8 keys:
9 'a':
10 - play:
11 include: jongle
12 fade_in: 5
13 restart_if_running: False
14 'z':
15 - stop:
16 include: jongle
17 - wait:
18 duration: 3
19 - play:
20 include: acros
21 - wait:
22 duration: 10
23 - stop:
24 include: acros
25 fade_out: 10
26 'ESC':
27 - stop: ~
28 - stop_all_actions: ~
29 '-':
30 - volume:
31 value: 90
32 'p':
33 - command:
34 command: une_super_commande_de_feu_d'artifice