X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=documentation_en.md;h=899ef1ad77ba8eda0fc58a8073fe0ca30dc652b5;hb=7df12958bed6544b36bc946cdbb185ff2011733c;hp=d65e7ad6f4ce95e752f96c55aa4333be277b83d6;hpb=dac64df84b0ed14199f41ac163d12ec20e497213;p=perso%2FImmae%2FProjets%2FPython%2FMusicSampler.git 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. action. When false, it is thus useless to add actions after that one. - `interrupt_wait`: stop a wait event (normal `wait` or fade out wait). The keys that were waiting will move to the next actions. Parameters: - * `wait_id: name` : gives the id of the `wait` to interrupt (defined with - `set_wait_id`, see actions `wait` and `stop`). To interrupt several waits, - use the same action several times. + * `wait_id: name` (optional) gives the id of the `wait` to interrupt (defined with + `set_wait_id`, see actions `wait` and `stop`). If not given, interrupts + all wait events. - `run_command` : Run a command. Parameters: * `command: my_command` : Gives the command to run. * `wait: true/false` (optional, default false) if true, waits for the