aboutsummaryrefslogtreecommitdiff
path: root/documentation_en.md
diff options
context:
space:
mode:
authorIsmaël Bouya <ismael.bouya@fretlink.com>2019-10-20 19:01:06 +0200
committerIsmaël Bouya <ismael.bouya@fretlink.com>2019-10-20 19:01:06 +0200
commitb45837641542cf18e2410dcbaa7ecba1bdc3905d (patch)
treeb356b8d360f090614f5cbc2ceb741e61ff9d4593 /documentation_en.md
parentde71c01cd5c6dca3b33201a9effafc6c422fa239 (diff)
downloadMusicSampler-b45837641542cf18e2410dcbaa7ecba1bdc3905d.tar.gz
MusicSampler-b45837641542cf18e2410dcbaa7ecba1bdc3905d.tar.zst
MusicSampler-b45837641542cf18e2410dcbaa7ecba1bdc3905d.zip
Add missing documentation
Diffstat (limited to 'documentation_en.md')
-rw-r--r--documentation_en.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/documentation_en.md b/documentation_en.md
index c616eda..17b8c87 100644
--- a/documentation_en.md
+++ b/documentation_en.md
@@ -157,6 +157,7 @@ in case of problem with the standard configuration:
157 (default 2). 157 (default 2).
158 * `--device DEVICE` : select another sound device. 158 * `--device DEVICE` : select another sound device.
159 * `--list-devices` : list available sound devices. 159 * `--list-devices` : list available sound devices.
160 * `--load-all-musics` : load all the music when starting (default True)
160 * `-- ARGS` : arguments for Kivy library. 161 * `-- ARGS` : arguments for Kivy library.
161 162
162## Configure keys 163## Configure keys
@@ -438,6 +439,9 @@ actions.
438 * `command: my_command` : Gives the command to run. 439 * `command: my_command` : Gives the command to run.
439 * `wait: true/false` (optional, default false) if true, waits for the 440 * `wait: true/false` (optional, default false) if true, waits for the
440 command to finish (this wait is not interruptible by interrupt_wait) 441 command to finish (this wait is not interruptible by interrupt_wait)
442- `load_music/unload_music` : load/unload a music from memory. Useful
443 with `load_all_musics` option only
444 * `music: "music.mp3" the music to load/unload
441 445
442### `aliases` : define aliases 446### `aliases` : define aliases
443 447