Move channel buffers from stack to structs so theyt can be reused when mixing with...
[jack_mixer.git] / jack_mixer.schemas
blob118667e8a1753da99e385ef7603464120ed4464b
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   </schemalist>
33 </gconfschemafile>