aboutsummaryrefslogtreecommitdiff
path: root/documentation_fr.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_fr.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_fr.md')
-rw-r--r--documentation_fr.md7
1 files changed, 3 insertions, 4 deletions
diff --git a/documentation_fr.md b/documentation_fr.md
index 64e3a4f..ff3cfe8 100644
--- a/documentation_fr.md
+++ b/documentation_fr.md
@@ -432,10 +432,9 @@ successivement mais sans attendre (donc presque simultanément) : ne pas hésite
432 suite de celle-ci puisqu'elles seront systématiquement interrompues. 432 suite de celle-ci puisqu'elles seront systématiquement interrompues.
433- `interrupt_wait`: interrompt l'attente (de `wait` ou fin d'un fondu avec 433- `interrupt_wait`: interrompt l'attente (de `wait` ou fin d'un fondu avec
434 attente) et passe directement à l'action suivante. Paramètre : 434 attente) et passe directement à l'action suivante. Paramètre :
435 * `wait_id: name` : précise l'identifiant du `wait` à stopper (défini par 435 * `wait_id: name` (facultatif) précise l'identifiant du `wait` à stopper
436 `set_wait_id`, voir les actions `wait` et `stop`). Pour interrompre 436 (défini par `set_wait_id`, voir les actions `wait` et `stop`). Si absent,
437 plusieurs `wait` d'un seul coup, il faut mettre plusieurs 437 interrompt toutes les attentes.
438 `interrupt_wait`.
439- `run_command` : lance une commande. Paramètres : 438- `run_command` : lance une commande. Paramètres :
440 * `command: my_command` : précise la commande à lancer. 439 * `command: my_command` : précise la commande à lancer.
441 * `wait: true/false` (facultatif, défaut : false) : si `wait` est true, 440 * `wait: true/false` (facultatif, défaut : false) : si `wait` est true,