forked from mans17/linthesia
-
Notifications
You must be signed in to change notification settings - Fork 0
/
org.example.linthesia.gschema.xml
90 lines (74 loc) · 2.1 KB
/
org.example.linthesia.gschema.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
<?xml version="1.0" encoding="utf-8"?>
<schemalist>
<schema path="/org/example/linthesia/" id="org.example.linthesia">
<key name='last-file' type='s'>
<default>""</default>
<summary>Last used file</summary>
<description>
The last file that you used within the program.
</description>
</key>
<key name='default-music-directory' type='s'>
<default>""</default>
<summary>Default Music Directory</summary>
<description>
The default directory from where to load your music MIDI files.
</description>
</key>
<key name='min-key' type='s'>
<default>""</default>
<summary>Minimal Playable Note</summary>
<description>
</description>
</key>
<key name='max-key' type='s'>
<default>""</default>
<summary>Maximum Playable Note</summary>
<description>
</description>
</key>
<key name='song-lib-path' type='s'>
<default>""</default>
<summary>Default Music Directory</summary>
<description>
The default directory from where to load your music MIDI files.
</description>
</key>
<key name='song-lib-last-dir' type='s'>
<default>""</default>
<summary>FIXME</summary>
<description>
</description>
</key>
<key name='font-desc' type='s'>
<default>""</default>
<summary>User Font Name</summary>
<description>
</description>
</key>
<key name='last-output-device' type='s'>
<default>""</default>
<summary>Last used MIDI output device</summary>
<description>
</description>
</key>
<key name='last-input-device' type='s'>
<default>""</default>
<summary>Last used MIDI input device</summary>
<description>
</description>
</key>
<key name='sqlite-db' type='s'>
<default>""</default>
<summary>FIXME</summary>
<description>
</description>
</key>
<key name='refresh-rate' type='s'>
<default>"30"</default>
<summary>FIXME</summary>
<description>
</description>
</key>
</schema>
</schemalist>