aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-13 23:05:00 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-13 23:05:00 +0200
commit8f88a3e417d6eff7666571eccf0b6ad453c88ccd (patch)
treef67918bcb3feaa3356d45932abcd6c599db03028 /config.yml
parent1df30f075c186c4c3d41d5f6014817b1b6b7b1ae (diff)
downloadMusicSampler-8f88a3e417d6eff7666571eccf0b6ad453c88ccd.tar.gz
MusicSampler-8f88a3e417d6eff7666571eccf0b6ad453c88ccd.tar.zst
MusicSampler-8f88a3e417d6eff7666571eccf0b6ad453c88ccd.zip
Add actions
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml38
1 files changed, 38 insertions, 0 deletions
diff --git a/config.yml b/config.yml
new file mode 100644
index 0000000..1876e1e
--- /dev/null
+++ b/config.yml
@@ -0,0 +1,38 @@
1aliases:
2 jongle:
3 file: "/home/sekhmet/bla/jongle.mp3"
4 volume: 110 # pouvoir dire que "par défaut" la musique a un volume à 110%
5 acros:
6 file: "/home/sekhmet/chemin/ultra/chiant/acros.mp3"
7
8keys:
9 'bla':
10 - unknown:
11 include: "bla"
12 - play:
13 include: "coucou"
14 'a':
15 - play:
16 include: jongle
17 fade_in: 5
18 restart_if_running: False
19 'z':
20 - stop:
21 include: jongle
22 - wait:
23 time: 3
24 - play:
25 include: acros
26 - wait:
27 time: 10
28 - stop:
29 include: acros
30 fade_out: 10
31 'ESC':
32 - stop: ~
33 '-':
34 - volume:
35 value: 90
36 'p':
37 - run:
38 command: une_super_commande_de_feu_d'artifice