LineGraph: z axis for lo and hi pass handles
[calf.git] / gui / gui-limiter.xml
blob8303284ba0bae0ba273e713d3a7855fae64a174c
1 <table rows="3" cols="1" spacing-x="0" spacing-y="0">
2     <table attach-x="0" attach-y="0" expand-y="0" expand-x="1" spacing="5" rows="1" cols="7">
3         <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
4         <knob param="level_in" attach-x="0" attach-y="1" attach-h="2" expand-x="0" type="1" />
5         <value param="level_in" attach-x="0" attach-y="3" expand-x="0" />
6         
7         <label attach-x="1" attach-y="0" expand-x="1" text="Input level" />
8         <vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
9         <vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
10         <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="1" attach-y="3" expand-x="1" />
11         
12         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
13         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
14         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
15         
16         <label attach-x="3" attach-y="0" expand-x="0"  param="bypass"/>
17         <toggle attach-x="3" attach-y="1" expand-x="0" attach-h="2" param="bypass" icon="bypass"/>
18                  
19         <label attach-x="4" attach-y="0" expand-x="1" text="Output level"/>
20         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="1" expand-x="1" />
21         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="2" expand-x="1" />
22         <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="4" attach-y="3" expand-x="1" />
23         
24         <label attach-x="5" attach-y="0" expand-x="0" text="Clip"/>
25         <led param="clip_outL" mode="1" attach-x="5" attach-y="1" expand-x="0" />
26         <led param="clip_outR" mode="1" attach-x="5" attach-y="2" expand-x="0" />
27         
28         <label param="level_out" attach-x="6" attach-y="0" expand-x="0" />
29         <knob param="level_out" attach-x="6" attach-y="1" attach-h="2" expand-x="0" type="1" />
30         <value param="level_out" attach-x="6" attach-y="3" expand-x="0" />
31     </table>
33     <frame attach-x="0" attach-y="1" label="Limit" expand="0" fill="1">
34         <hbox homogenous="1" spacing="25">
35             <label/>
36             <vbox>
37                  <label param="oversampling"/>
38                  <knob param="oversampling" size="3" ticks="1 2 3 4"/>
39                  <value param="oversampling"/>
40             </vbox>
41             <vbox>
42                 <label param="attack" />
43                 <knob param="attack" size="3" ticks="0.1 1 2 5 10" />
44                 <value param="attack" />
45             </vbox>
46             <vbox>
47                 <label param="limit" />
48                 <knob param="limit" size="5" type="2" ticks="0 0.0625 0.125 0.25 0.5 1" />
49                 <value param="limit" />
50             </vbox>
51             <vbox>
52                 <label param="release" />
53                 <knob param="release" size="3" ticks="1 10 100 1000" />
54                 <value param="release" />
55             </vbox>
56             <vbox>
57                  <label param="asc"/>
58                  <align><toggle param="asc" /></align>
59                  <hbox>
60                     <knob param="asc_coeff" size="1" type="1" />
61                     <align><led param="asc_led" /></align>
62                 </hbox>
63             </vbox>
64             <label/>
65         </hbox>
66     </frame>
68     <frame attach-x="0" attach-y="2" label="Attenuation" expand="1" fill="1">
69         <vumeter param="att" mode="2" hold="1.5" falloff="2.5" position="2" />
70     </frame>
72 </table>