]> git.immae.eu Git - perso/Immae/Projets/Python/MusicSampler.git/blobdiff - config.yml
Add some actions
[perso/Immae/Projets/Python/MusicSampler.git] / config.yml
index 11251b21bda8ccec380e62b5a754b0eef217147a..ae87de5be8f8d890fb6e9d11afd545e3c978002c 100644 (file)
@@ -18,11 +18,23 @@ keys:
         duration: 3
     - play:
         include: acros
+        fade_in: 4
+        start_at: 40
     - wait:
         duration: 10
+    - volume:
+        include: acros
+        value:  50
     - stop:
         include: acros
         fade_out: 10
+  'e':
+    - play:
+        include: acros
+        restart_if_running: true
+  'r':
+    - play:
+        include: acros
   'ESC':
     - stop: ~
     - stop_all_actions: ~