HAAS Stereo Enhancer
[calf.git] / gui / gui-saturator.xml
blob747ed4f31306289811ddbaac61582f7c2a3df7da
1 <table cols="3" rows="2">
2     
3     <!-- top left -->
4     <vbox attach-x="0" attach-y="0" pad-y="5">
5     
6         <!-- Meters -->
7         <table rows="4" cols="2">
8             <label param="meter_in" attach-x="0" attach-y="0" expand-x="1" fill-x="1" />
9             <vumeter param="meter_in" position="2" hold="1.5" falloff="2.5" attach-x="0" attach-y="1" expand-x="1" fill-x="1" />
10             <vumeter param="meter_out" position="2" hold="1.5" falloff="2.5" attach-x="0" attach-y="2" expand-x="1" fill-x="1" />
11             <label param="meter_out" attach-x="0" attach-y="3" expand-x="1" fill-x="1" />
12             
13             <label param="clip_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
14             <led param="clip_in" attach-x="1" attach-y="1" expand-x="0" fill-x="0" />
15             <led param="clip_out" mode="1" attach-x="1" attach-y="2" expand-x="0" fill-x="0" />
16             <label param="clip_out" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
17         </table>
18         
19         <label />
20         
21         <!-- activation -->
22         <label param="level_in" />
23         <knob param="level_in" size="5" type="1" />
24         <value param="level_in" />
25     
26     </vbox>
27     
28     <!-- top center -->
29     <vbox attach-x="1" attach-y="0" pad-y="5" pad-x="10" spacing="5">
30         
31         <hbox>
32             <label text="Tape" />
33             <hscale param="blend" />
34             <label text="Tube" />
35         </hbox>
36         
37         <label expand="1" fill="1" />
38         
39         <hbox expand="1" fill="0">
40             <tube param="meter_drive" size="2" direction="2" expand="0" fill="0" />
41         </hbox>
42         
43         <label expand="1" fill="1" />
44         
45     </vbox>
46     
47     <!-- top right -->
48     <vbox attach-x="2" attach-y="0" pad-y="5">
49     
50         <!-- Mixer -->
51         <table rows="4" cols="3">
52             <label param="mix" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
53             <knob param="mix" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
54             <value param="mix" attach-x="0" attach-y="3" expand-x="0" fill-x="0" />
55             
56             <label param="level_out" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
57             <knob param="level_out" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" type="1" />
58             <value param="level_out" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
59             
60             <label param="bypass" attach-x="2" attach-y="0" expand-x="0" fill-x="0" />
61             <toggle param="bypass" attach-x="2" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
62         </table>    
63         
64         <label />
65         
66         <!-- saturation -->
67         <label param="drive" />
68         <knob param="drive" size="5" />
69         <value param="drive" />
70         
71     </vbox>    
72         
73     <!-- pre filter -->
74     <frame label="Pre" attach-x="0" attach-y="1">
75         <hbox homogeneous="1" spacing="15">
76             <vbox>
77                 <label param="hp_pre_freq" />
78                 <knob param="hp_pre_freq" />
79                 <value param="hp_pre_freq" />
80             </vbox>
81             <vbox>
82                 <label param="lp_pre_freq" />
83                 <knob param="lp_pre_freq" />
84                 <value param="lp_pre_freq" />
85             </vbox>
86         </hbox>
87     </frame>
88     
89     <!-- tone control -->
90     <frame label="Tone" attach-x="1" attach-y="1">
91         <hbox homogeneous="1">
92             <vbox>
93                 <label param="p_freq" attach-x="0" attach-y="0" />
94                 <knob param="p_freq" attach-x="1" attach-y="0" />
95                 <value param="p_freq" attach-x="2" attach-y="0" />
96             </vbox>
97             <vbox>
98                 <label param="p_level" attach-x="0" attach-y="1" />
99                 <knob param="p_level" attach-x="1" attach-y="0" type="1" />
100                 <value param="p_level" attach-x="2" attach-y="1" />
101             </vbox>
102             <vbox>
103                 <label param="p_q" attach-x="0" attach-y="2" />
104                 <knob param="p_q" attach-x="1" attach-y="2" />
105                 <value param="p_q" attach-x="2" attach-y="2" />
106             </vbox>
107         </hbox>
108     </frame>
109     
110     <!-- post filter -->
111     <frame label="Post" attach-x="2" attach-y="1" spacing="15">
112         <hbox homogeneous="1">
113             <vbox>
114                 <label param="hp_post_freq" />
115                 <knob param="hp_post_freq" />
116                 <value param="hp_post_freq" />
117             </vbox>
118             <vbox>
119                 <label param="lp_post_freq" />
120                 <knob param="lp_post_freq" />
121                 <value param="lp_post_freq" />
122             </vbox>
123         </hbox>
124     </frame>
125 </table>