]> git.0d.be Git - jack_mixer.git/blob - jack_mixer.schemas
Set version to 14 in preparation for next release
[jack_mixer.git] / jack_mixer.schemas
1 <gconfschemafile>
2   <schemalist>
3     <schema>
4       <key>/schemas/apps/jack_mixer/default_meter_scale</key>
5       <applyto>/apps/jack_mixer/default_meter_scale</applyto>
6       <owner>jack_mixer</owner>
7       <type>string</type>
8       <default>iec_268</default>
9       <locale name="C">
10         <short>Default scale to use for peak meters</short>
11         <long>Default scale to use for peak meters. "iec_268" uses
12         scale close or maybe confirming to IEC 60268-18
13         standard. "linear_70dB" is linear scale with range from -70 to
14         0 dBFS.
15         </long>
16       </locale>
17     </schema>
18     <schema>
19       <key>/schemas/apps/jack_mixer/default_slider_scale</key>
20       <applyto>/apps/jack_mixer/default_slider_scale</applyto>
21       <owner>jack_mixer</owner>
22       <type>string</type>
23       <default>linear_30dB</default>
24       <locale name="C">
25         <short>Default scale to use for volume siliders</short>
26         <long>Default scale to use for volume siliders. "linear_30dB"
27         is linear scale with range from -30 to +30 dBFS. "linear_70dB"
28         is linear scale with range from -70 to 0 dBFS.
29         </long>
30       </locale>
31     </schema>
32     <schema>
33       <key>/schemas/apps/jack_mixer/vumeter_color_scheme</key>
34       <applyto>/apps/jack_mixer/vumeter_color_scheme</applyto>
35       <owner>jack_mixer</owner>
36       <type>string</type>
37       <default>gradient</default>
38       <locale name="C">
39         <short>Scheme used for the coloring of vumeters</short>
40         <long>Gradient (default) or solid.</long>
41       </locale>
42     </schema>
43     <schema>
44       <key>/schemas/apps/jack_mixer/vumeter_color</key>
45       <applyto>/apps/jack_mixer/vumeter_color</applyto>
46       <owner>jack_mixer</owner>
47       <type>string</type>
48       <default>#ccb300</default>
49       <locale name="C">
50         <short>Color for vumeters</short>
51         <long>Color to be used in vumeters when configured to display a solid
52         color.</long>
53       </locale>
54     </schema>
55     <schema>
56       <key>/schemas/apps/jack_mixer/use_custom_widgets</key>
57       <applyto>/apps/jack_mixer/use_custom_widgets</applyto>
58       <owner>jack_mixer</owner>
59       <type>bool</type>
60       <default>false</default>
61       <locale name="C">
62         <short>Use custom widgets</short>
63         <long>Whether to use custom widgets for the slider and balance.</long>
64       </locale>
65     </schema>
66   </schemalist>
67 </gconfschemafile>