aboutsummaryrefslogtreecommitdiff
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
parentde71c01cd5c6dca3b33201a9effafc6c422fa239 (diff)
downloadMusicSampler-b45837641542cf18e2410dcbaa7ecba1bdc3905d.tar.gz
MusicSampler-b45837641542cf18e2410dcbaa7ecba1bdc3905d.tar.zst
MusicSampler-b45837641542cf18e2410dcbaa7ecba1bdc3905d.zip
Add missing documentation
-rw-r--r--documentation_en.md4
-rw-r--r--documentation_fr.md4
2 files changed, 8 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
diff --git a/documentation_fr.md b/documentation_fr.md
index 7434a5c..9d83f11 100644
--- a/documentation_fr.md
+++ b/documentation_fr.md
@@ -167,6 +167,7 @@ ou en cas de problème avec la configuration standard :
167 (nombre d'octets pour chaque frame). Par défaut : 2. 167 (nombre d'octets pour chaque frame). Par défaut : 2.
168 * `--device DEVICE` : sélectionne le périphérique de son. 168 * `--device DEVICE` : sélectionne le périphérique de son.
169 * `--list-devices` : Affiche la liste des périphériques de son disponibles. 169 * `--list-devices` : Affiche la liste des périphériques de son disponibles.
170 * `--load-all-musics` : Charger toutes les musiques au démarrage (défaut: True)
170 * `-- ARGS` : Arguments à passer à la librairie Kivy. 171 * `-- ARGS` : Arguments à passer à la librairie Kivy.
171 172
172## Configurer les touches 173## Configurer les touches
@@ -485,6 +486,9 @@ successivement mais sans attendre (donc presque simultanément) : ne pas hésite
485 * `command: my_command` : précise la commande à lancer. 486 * `command: my_command` : précise la commande à lancer.
486 * `wait: true/false` (facultatif, défaut : false) : si `wait` est true, 487 * `wait: true/false` (facultatif, défaut : false) : si `wait` est true,
487 attend que la commande ait fini de s'exécuter. 488 attend que la commande ait fini de s'exécuter.
489- `load_music/unload_music` : charger/décharger une musique en mémoire.
490 Uniquement utile en combinaison avec l’option `load_all_musics`.
491 * `music: "music.mp3" la musique à charger/décharger.
488 492
489### `aliases` : définir des alias 493### `aliases` : définir des alias
490 494