aboutsummaryrefslogtreecommitdiff
path: root/documentation_en.md
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-12 14:51:32 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-12 14:51:32 +0200
commit21ffec315b8fa8a6b46351021da915236148a7b1 (patch)
tree52951646c8f9d1ea453c58aa37c92e64ff0dd9a1 /documentation_en.md
parent4094ae4ebff7997e8c5e0fd84a1434b1b86632b1 (diff)
downloadMusicSampler-21ffec315b8fa8a6b46351021da915236148a7b1.tar.gz
MusicSampler-21ffec315b8fa8a6b46351021da915236148a7b1.tar.zst
MusicSampler-21ffec315b8fa8a6b46351021da915236148a7b1.zip
Make 'interrupt_wait' able to interrupt all waits
If 'wait_id' is not specified, interrupt_wait will now stop all wait events. This fixes https://git.immae.eu/mantisbt/view.php?id=4
Diffstat (limited to 'documentation_en.md')
-rw-r--r--documentation_en.md6
1 files changed, 3 insertions, 3 deletions
diff --git a/documentation_en.md b/documentation_en.md
index d65e7ad..899ef1a 100644
--- a/documentation_en.md
+++ b/documentation_en.md
@@ -386,9 +386,9 @@ actions.
386 action. When false, it is thus useless to add actions after that one. 386 action. When false, it is thus useless to add actions after that one.
387- `interrupt_wait`: stop a wait event (normal `wait` or fade out wait). The keys 387- `interrupt_wait`: stop a wait event (normal `wait` or fade out wait). The keys
388 that were waiting will move to the next actions. Parameters: 388 that were waiting will move to the next actions. Parameters:
389 * `wait_id: name` : gives the id of the `wait` to interrupt (defined with 389 * `wait_id: name` (optional) gives the id of the `wait` to interrupt (defined with
390 `set_wait_id`, see actions `wait` and `stop`). To interrupt several waits, 390 `set_wait_id`, see actions `wait` and `stop`). If not given, interrupts
391 use the same action several times. 391 all wait events.
392- `run_command` : Run a command. Parameters: 392- `run_command` : Run a command. Parameters:
393 * `command: my_command` : Gives the command to run. 393 * `command: my_command` : Gives the command to run.
394 * `wait: true/false` (optional, default false) if true, waits for the 394 * `wait: true/false` (optional, default false) if true, waits for the