diff options
Diffstat (limited to 'config.yml')
-rw-r--r-- | config.yml | 32 |
1 files changed, 30 insertions, 2 deletions
@@ -1,3 +1,31 @@ | |||
1 | ################################# | ||
2 | ##### General configuration ##### | ||
3 | ## Keep in mind that in-line option override these | ||
4 | |||
5 | #option listed here are the default options. | ||
6 | config: | ||
7 | # debug info | ||
8 | debug: false | ||
9 | # languages. Available: fr, en | ||
10 | language: fr | ||
11 | # path to the musics. | ||
12 | music_path: . | ||
13 | # The awful red message that shows up when you lose the focus | ||
14 | focus_warning: true | ||
15 | # built-in mixing | ||
16 | builtin_mixing: true | ||
17 | # Device used for playing musics. Default value depends on your system | ||
18 | # device: | ||
19 | # Advanced parameters: use at your own risk! (your computer probably won't explode, though) | ||
20 | latency: high | ||
21 | blocksize: 0 | ||
22 | frame_rate: 44100 | ||
23 | sample_width: 2 | ||
24 | channels: 2 | ||
25 | |||
26 | |||
27 | |||
28 | |||
1 | ################### | 29 | ################### |
2 | ##### Aliases ##### | 30 | ##### Aliases ##### |
3 | 31 | ||
@@ -41,8 +69,8 @@ music_properties: | |||
41 | name: Crocodile noise | 69 | name: Crocodile noise |
42 | gain: 1.2 | 70 | gain: 1.2 |
43 | 71 | ||
44 | #################################################### | 72 | ############################################################################### |
45 | ##### Key properties: how do the key look like ##### | 73 | ##### Key properties: how do the key look like, and some other properties ##### |
46 | 74 | ||
47 | key_properties: | 75 | key_properties: |
48 | 'a': | 76 | 'a': |