aboutsummaryrefslogtreecommitdiff
path: root/config.yml
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-18 23:45:19 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-06-18 23:45:19 +0200
commit0e5d59f77586134da457ed7a3c57fc99649be590 (patch)
tree214318f8ed6a75e71ab8c3af5e806849a0407f12 /config.yml
parentbe27763f8be0f647cbe17ecee8c782901ce2cede (diff)
downloadMusicSampler-0e5d59f77586134da457ed7a3c57fc99649be590.tar.gz
MusicSampler-0e5d59f77586134da457ed7a3c57fc99649be590.tar.zst
MusicSampler-0e5d59f77586134da457ed7a3c57fc99649be590.zip
Add some actions
Diffstat (limited to 'config.yml')
-rw-r--r--config.yml12
1 files changed, 12 insertions, 0 deletions
diff --git a/config.yml b/config.yml
index 11251b2..ae87de5 100644
--- a/config.yml
+++ b/config.yml
@@ -18,11 +18,23 @@ keys:
18 duration: 3 18 duration: 3
19 - play: 19 - play:
20 include: acros 20 include: acros
21 fade_in: 4
22 start_at: 40
21 - wait: 23 - wait:
22 duration: 10 24 duration: 10
25 - volume:
26 include: acros
27 value: 50
23 - stop: 28 - stop:
24 include: acros 29 include: acros
25 fade_out: 10 30 fade_out: 10
31 'e':
32 - play:
33 include: acros
34 restart_if_running: true
35 'r':
36 - play:
37 include: acros
26 'ESC': 38 'ESC':
27 - stop: ~ 39 - stop: ~
28 - stop_all_actions: ~ 40 - stop_all_actions: ~