New rack rack-ears
[calf.git] / gui / gui-multibandcompressor.xml
blob3a89e8b62543edfaa82389abf3f0f2d019860f12
1 <vbox spacing="8">
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"/>
17         
18         <label param="mode" attach-x="4" attach-y="0" expand-x="0"/>
19         <combo param="mode" attach-x="4" attach-y="1" expand-x="0" attach-h="2"/>
20             
21         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
22         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
23         <vumeter param="meter_outR" position="2" 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" type="1" />
31         <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
32     </table>
33     
34     <frame label="X-Over">
35         <if cond="directlink">
36             <line-graph refresh="1" width="300" height="130" param="bypass" expand="1" fill="1" crosshairs="1" freqhandles="5" enforce-handle-order="1" handle1-x="freq0" handle2-x="freq1" handle3-x="freq2"/>
37         </if>
38     </frame>
39     
40     <notebook param="notebook">
41         <hbox page="Sub Band" homogeneous="1">
42             <vbox spacing="4">
43                 <label param="bypass0"/>
44                 <toggle param="bypass0"/>
45                 <label />
46             </vbox>
47             <vbox spacing="4">
48                 <label param="solo0"/>
49                 <toggle param="solo0"/>
50                 <label/>
51             </vbox>
52             <vbox spacing="4">
53                 <label param="threshold0" />
54                 <knob param="threshold0"/>
55                 <value param="threshold0" />
56             </vbox>
57             <vbox spacing="4">
58                 <label param="ratio0" />
59                 <knob param="ratio0" />
60                 <value param="ratio0" />
61             </vbox>
62             <vbox spacing="4">
63                 <label param="makeup0" />
64                 <knob param="makeup0" />
65                 <value param="makeup0" />
66             </vbox>
67             <vbox spacing="4">
68                 <label param="attack0" />
69                 <knob param="attack0" />
70                 <value param="attack0" />
71             </vbox>
72             <vbox spacing="4">
73                 <label param="release0" />
74                 <knob param="release0" />
75                 <value param="release0" />
76             </vbox>
77             <vbox spacing="4">
78                 <label param="knee0" />
79                 <knob param="knee0" />
80                 <value param="knee0" />
81             </vbox>
82             <vbox spacing="4">
83                 <label param="detection0"/>
84                 <combo param="detection0"/>
85                 <label/>
86             </vbox>
87         </hbox>
88         
89         <hbox page="Low Band" homogeneous="1">
90             <vbox spacing="4">
91                 <label param="bypass1"/>
92                 <toggle param="bypass1"/>
93                 <label />
94             </vbox>
95             <vbox spacing="4">
96                 <label param="solo1"/>
97                 <toggle param="solo1"/>
98                 <label/>
99             </vbox>
100             <vbox spacing="4">
101                 <label param="threshold1" />
102                 <knob param="threshold1"/>
103                 <value param="threshold1" />
104             </vbox>
105             <vbox spacing="4">
106                 <label param="ratio1" />
107                 <knob param="ratio1" />
108                 <value param="ratio1" />
109             </vbox>
110             <vbox spacing="4">
111                 <label param="makeup1" />
112                 <knob param="makeup1" />
113                 <value param="makeup1" />
114             </vbox>
115             <vbox spacing="4">
116                 <label param="attack1" />
117                 <knob param="attack1" />
118                 <value param="attack1" />
119             </vbox>
120             <vbox spacing="4">
121                 <label param="release1" />
122                 <knob param="release1" />
123                 <value param="release1" />
124             </vbox>
125             <vbox spacing="4">
126                 <label param="knee1" />
127                 <knob param="knee1" />
128                 <value param="knee1" />
129             </vbox>
130             <vbox spacing="4">
131                 <label param="detection1"/>
132                 <combo param="detection1"/>
133                 <label/>
134             </vbox>
135         </hbox>
136         
137         <hbox page="Mid Band" homogeneous="1">
138             <vbox spacing="4">
139                 <label param="bypass2"/>
140                 <toggle param="bypass2"/>
141                 <label />
142             </vbox>
143             <vbox spacing="4">
144                 <label param="solo2"/>
145                 <toggle param="solo2"/>
146                 <label/>
147             </vbox>
148             <vbox spacing="4">
149                 <label param="threshold2" />
150                 <knob param="threshold2"/>
151                 <value param="threshold2" />
152             </vbox>
153             <vbox spacing="4">
154                 <label param="ratio2" />
155                 <knob param="ratio2" />
156                 <value param="ratio2" />
157             </vbox>
158             <vbox spacing="4">
159                 <label param="makeup2" />
160                 <knob param="makeup2" />
161                 <value param="makeup2" />
162             </vbox>
163             <vbox spacing="4">
164                 <label param="attack2" />
165                 <knob param="attack2" />
166                 <value param="attack2" />
167             </vbox>
168             <vbox spacing="4">
169                 <label param="release2" />
170                 <knob param="release2" />
171                 <value param="release2" />
172             </vbox>
173             <vbox spacing="4">
174                 <label param="knee2" />
175                 <knob param="knee2" />
176                 <value param="knee2" />
177             </vbox>
178             <vbox spacing="4">
179                 <label param="detection2"/>
180                 <combo param="detection2"/>
181                 <label/>
182             </vbox>
183         </hbox>
184         
185         <hbox page="High Band" homogeneous="1">
186             <vbox spacing="4">
187                 <label param="bypass3"/>
188                 <toggle param="bypass3"/>
189                 <label />
190             </vbox>
191             <vbox spacing="4">
192                 <label param="solo3"/>
193                 <toggle param="solo3"/>
194                 <label/>
195             </vbox>
196             <vbox spacing="4">
197                 <label param="threshold3" />
198                 <knob param="threshold3"/>
199                 <value param="threshold3" />
200             </vbox>
201             <vbox spacing="4">
202                 <label param="ratio3" />
203                 <knob param="ratio3" />
204                 <value param="ratio3" />
205             </vbox>
206             <vbox spacing="4">
207                 <label param="makeup3" />
208                 <knob param="makeup3" />
209                 <value param="makeup3" />
210             </vbox>
211             <vbox spacing="4">
212                 <label param="attack3" />
213                 <knob param="attack3" />
214                 <value param="attack3" />
215             </vbox>
216             <vbox spacing="4">
217                 <label param="release3" />
218                 <knob param="release3" />
219                 <value param="release3" />
220             </vbox>
221             <vbox spacing="4">
222                 <label param="knee3" />
223                 <knob param="knee3" />
224                 <value param="knee3" />
225             </vbox>
226             <vbox spacing="4">
227                 <label param="detection3"/>
228                 <combo param="detection3"/>
229                 <label/>
230             </vbox>
231         </hbox>
232     </notebook>
233     
234     <hbox>
235         <frame label="Sub band">
236             <vbox>
237                 <if cond="directlink">
238                     <line-graph refresh="1" width="160" height="160" param="solo0" square="1"/>
239                 </if>
240                 <table cols="2" rows="2">
241                     <led param="bypass0" mode="0" attach-x="0" attach-y="0" expand-x="0" fill-x="0"/>
242                     <led param="solo0" mode="1" attach-x="0" attach-y="1" expand-x="0" fill-x="0"/>
243                     <vumeter param="compression0" position="2" mode="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="0"/>
244                     <vumeter param="output0" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1"/>
245                 </table>
246             </vbox>
247         </frame>
248         <frame label="Low band">
249             <vbox>
250                 <if cond="directlink">
251                     <line-graph refresh="1" width="160" height="160" param="solo1" square="1"/>
252                 </if>
253                 <table cols="2" rows="2">
254                     <led param="bypass1" mode="0" attach-x="0" attach-y="0" expand-x="0" fill-x="0"/>
255                     <led param="solo1" mode="1" attach-x="0" attach-y="1" expand-x="0" fill-x="0"/>
256                     <vumeter param="compression1" position="2" mode="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="0"/>
257                     <vumeter param="output1" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1"/>
258                 </table>
259             </vbox>
260         </frame>
261         <frame label="Mid band">
262             <vbox>
263                 <if cond="directlink">
264                     <line-graph refresh="1" width="160" height="160" param="solo2" square="1"/>
265                 </if>
266                 <table cols="2" rows="2">
267                     <led param="bypass2" mode="0" attach-x="0" attach-y="0" expand-x="0" fill-x="0"/>
268                     <led param="solo2" mode="1" attach-x="0" attach-y="1" expand-x="0" fill-x="0"/>
269                     <vumeter param="compression2" position="2" mode="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="0"/>
270                     <vumeter param="output2" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1"/>
271                 </table>
272             </vbox>
273         </frame>
274         <frame label="High band">
275             <vbox>
276                 <if cond="directlink">
277                     <line-graph refresh="1" width="160" height="160" param="solo3" square="1"/>
278                 </if>
279                 <table cols="2" rows="2">
280                     <led param="bypass3" mode="0" attach-x="0" attach-y="0" expand-x="0" fill-x="0"/>
281                     <led param="solo3" mode="1" attach-x="0" attach-y="1" expand-x="0" fill-x="0"/>
282                     <vumeter param="compression3" position="2" mode="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="0"/>
283                     <vumeter param="output3" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1"/>
284                 </table>
285             </vbox>
286         </frame>
287     </hbox>
288     
289 </vbox>