More refactoring.
[calf.git] / gui / gui-pulsator.xml
blob03e685b9d32fd19387697133806cb5369ba3418a
1 <vbox spacing="8">
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
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" />
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" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
9         <vumeter param="meter_inR" 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" />
17         
18         <label param="mono" attach-x="4" attach-y="0" expand-x="0" />
19         <toggle param="mono" attach-x="4" attach-y="1" attach-h="2" expand-x="0" />
20         
21         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
22         <vumeter param="meter_outL" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
23         <vumeter param="meter_outR" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
24         
25         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
26         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
27         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
28         
29         <label param="level_out" attach-x="7" attach-y="0" expand-x="0" />
30         <knob param="level_out" attach-x="7" attach-y="1" attach-h="2" expand-x="0" />
31         <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
32     </table>
33     <hbox spacing="20">
34         <vbox spacing="3">
35             <label param="freq" align-y="1.0" />
36             <knob size="5" param="freq" expand="0" fill="0" />
37             <value param="freq" align-y="0.0" />
38         </vbox>
39         <vbox>
40             <frame label="Pulse">
41                 <if cond="directlink">
42                     <line-graph refresh="1" width="400" height="100" param="freq"/>
43                 </if>
44             </frame>
45             <hbox>
46                 <vbox>
47                     <label />
48                     <combo param="mode" expand="0" fill="0" />
49                     <label param="mode" />
50                 </vbox>
51                 
52                 <vbox>
53                     <hscale param="offset" />
54                     <label param="offset" />
55                 </vbox>
56                 
57                 <vbox>
58                     <label />
59                     <button param="reset" />
60                     <label />
61                 </vbox>
62             </hbox>
63         </vbox>
64         <vbox spacing="3">
65             <label param="amount" fill="0" align-y="1.0" />
66             <knob size="5" param="amount" expand="0" fill="0" />
67             <value param="amount" fill="0" align-y="0.0" />
68         </vbox>
69     </hbox>
70 </vbox>