aboutsummaryrefslogtreecommitdiff
path: root/documentation_fr.md
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-12 18:21:22 +0200
committerIsmaël Bouya <ismael.bouya@normalesup.org>2016-08-12 18:23:02 +0200
commitd4217fda2ff3991eb1ee9a9bec6acff751798507 (patch)
tree5a7606c28aa5845d1ffebb78742e2d2c2fe39c5a /documentation_fr.md
parent51f6ce0fdb32061b681d63e8de4d96eb8b59e1e9 (diff)
downloadMusicSampler-d4217fda2ff3991eb1ee9a9bec6acff751798507.tar.gz
MusicSampler-d4217fda2ff3991eb1ee9a9bec6acff751798507.tar.zst
MusicSampler-d4217fda2ff3991eb1ee9a9bec6acff751798507.zip
wait actions are now pausable and resettable1.2.3
This fixes https://git.immae.eu/mantisbt/view.php?id=6
Diffstat (limited to 'documentation_fr.md')
-rw-r--r--documentation_fr.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/documentation_fr.md b/documentation_fr.md
index ff3cfe8..cc2bf8f 100644
--- a/documentation_fr.md
+++ b/documentation_fr.md
@@ -435,6 +435,21 @@ successivement mais sans attendre (donc presque simultanément) : ne pas hésite
435 * `wait_id: name` (facultatif) précise l'identifiant du `wait` à stopper 435 * `wait_id: name` (facultatif) précise l'identifiant du `wait` à stopper
436 (défini par `set_wait_id`, voir les actions `wait` et `stop`). Si absent, 436 (défini par `set_wait_id`, voir les actions `wait` et `stop`). Si absent,
437 interrompt toutes les attentes. 437 interrompt toutes les attentes.
438- `pause_wait`: met une attente en pause (uniquement pour une attente ayant une
439 durée définie). La touche qui attend cet événement ne continuera pas tant que
440 l'attente n'est pas reprise. Paramètres :
441 * `wait_id: name` (facultatif) précise l'identifiant du `wait` à mettre en
442 pause. Si absent, met en pause toutes les attentes compatibles.
443- `unpause_wait`: reprend une attente en pause (uniquement pour une attente
444 ayant une durée définie). Le compte à rebours reprendra pour la touche
445 correspondante en train d'attendre. Paramètres:
446 * `wait_id: name` (facultatif) précise l'identifiant du `wait` à reprendre.
447 Si absent, reprend toutes les attentes compatibles.
448- `reset_wait`: réinitialise une attente (uniquement pour une attente ayant une
449 durée définie). Si l'attente est en pause, le compte à rebours ne recommencera
450 au début que lorsque l'attente sera reprise. Paramètres:
451 * `wait_id: name` (facultatif) précise l'identifiant du `wait` à
452 réinitialiser. Si absent, réinitialise toutes les attentes compatibles.
438- `run_command` : lance une commande. Paramètres : 453- `run_command` : lance une commande. Paramètres :
439 * `command: my_command` : précise la commande à lancer. 454 * `command: my_command` : précise la commande à lancer.
440 * `wait: true/false` (facultatif, défaut : false) : si `wait` est true, 455 * `wait: true/false` (facultatif, défaut : false) : si `wait` est true,