diff options
author | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 14:06:38 +0200 |
---|---|---|
committer | Ismaël Bouya <ismael.bouya@normalesup.org> | 2016-08-12 14:06:38 +0200 |
commit | 4094ae4ebff7997e8c5e0fd84a1434b1b86632b1 (patch) | |
tree | 03b9fb65689f71e3de6158e87fbb92a7c4a30b65 | |
parent | 5e0dc4b280187b2dd063b010a7c8c678f6398403 (diff) | |
download | MusicSampler-4094ae4ebff7997e8c5e0fd84a1434b1b86632b1.tar.gz MusicSampler-4094ae4ebff7997e8c5e0fd84a1434b1b86632b1.tar.zst MusicSampler-4094ae4ebff7997e8c5e0fd84a1434b1b86632b1.zip |
Add config example
-rw-r--r-- | config.yml | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -12,7 +12,7 @@ config: | |||
12 | music_path: . | 12 | music_path: . |
13 | # The awful red message that shows up when you lose the focus | 13 | # The awful red message that shows up when you lose the focus |
14 | focus_warning: true | 14 | focus_warning: true |
15 | # built-in mixing | 15 | # built-in mixing, try this if your system can't mix the musics by itself |
16 | builtin_mixing: false | 16 | builtin_mixing: false |
17 | # Device used for playing musics. Default value depends on your system | 17 | # Device used for playing musics. Default value depends on your system |
18 | # device: | 18 | # device: |
@@ -73,6 +73,8 @@ music_properties: | |||
73 | ##### Key properties: how do the key look like, and some other properties ##### | 73 | ##### Key properties: how do the key look like, and some other properties ##### |
74 | 74 | ||
75 | key_properties: | 75 | key_properties: |
76 | 'common': | ||
77 | repeat_delay: 1 | ||
76 | 'a': | 78 | 'a': |
77 | description: | 79 | description: |
78 | - | 80 | - |