Organ: update label
[calf.git] / gui / gui-crusher.xml
bloba6e94081355c4229e457b89672d9cf8b776261c3
1 <vbox spacing="10">
2     <table 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         
11         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
12         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
13         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
14         
15         <label param="bypass" attach-x="3" attach-y="0" expand-x="0" />
16         <toggle param="bypass" attach-x="3" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
17         
18         <label attach-x="4" attach-y="0" expand-x="1" text="Output level"/>
19         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="1" expand-x="1" />
20         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="2" expand-x="1" />
21         
22         <label attach-x="5" attach-y="0" expand-x="0" text="Clip"/>
23         <led param="clip_outL" mode="1" attach-x="5" attach-y="1" expand-x="0" />
24         <led param="clip_outR" mode="1" attach-x="5" attach-y="2" expand-x="0" />
25         
26         <label param="level_out" attach-x="6" attach-y="0" expand-x="0" />
27         <knob param="level_out" attach-x="6" attach-y="1" attach-h="2" expand-x="0" type="1" />
28         <value param="level_out" attach-x="6" attach-y="3" expand-x="0" />
29     </table>
30         <hbox spacing="20">
31             <vbox spacing="10">
32                 <vbox>
33                     <label param="bits" />
34                     <knob param="bits" size="5" type="2" />
35                     <value param="bits" />
36                 </vbox>
37                 <hbox>
38                     <label param="mode" expand="0" fill="0"/>
39                     <combo param="mode" expand="0" fill="0"/>
40                 </hbox>
41             </vbox>
42             <if cond="directlink">
43                 <frame label="Response">
44                     <line-graph refresh="1" width="300" height="120" param="morph"/>
45                 </frame>
46             </if>
47             <vbox spacing="10">
48                 <hbox spacing="20" homogeneous="1">
49                     <vbox>
50                         <label param="dc" />
51                         <knob param="dc" size="3" type="1" />
52                         <value param="dc" />
53                     </vbox>
54                     <vbox>
55                         <label param="samples" />
56                         <knob param="samples" size="3" />
57                         <value param="samples" />
58                     </vbox>
59                 </hbox>
60                 <hbox spacing="20" homogeneous="1">
61                     <vbox>
62                         <label param="anti-aliasing" />
63                         <knob param="anti-aliasing" size="3" />
64                         <value param="anti-aliasing" />
65                     </vbox>
66                     <vbox>
67                         <label text="Mix" />
68                         <knob param="morph" size="3" />
69                         <value param="morph" />
70                     </vbox>
71                 </hbox>
72             </vbox>
73         </hbox>
74 </vbox>