]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blob - config.yml
Add some actions
[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 fade_in: 4
22 start_at: 40
23 - wait:
24 duration: 10
25 - volume:
26 include: acros
27 value: 50
28 - stop:
29 include: acros
30 fade_out: 10
31 'e':
32 - play:
33 include: acros
34 restart_if_running: true
35 'r':
36 - play:
37 include: acros
38 'ESC':
39 - stop: ~
40 - stop_all_actions: ~
41 '-':
42 - volume:
43 value: 90
44 'p':
45 - command:
46 command: une_super_commande_de_feu_d'artifice