Vocoder: toggle switch for detection LEDs
[calf.git] / gui / gui-vocoder.xml
blob190653593b3f092151adaa23d3913e7a9008a30b
1 <vbox spacing="12">
2     <hbox spacing="5">
3         <frame label="Carrier">
4             <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
5                 <label text="In Level" attach-x="0" attach-y="0" expand-x="0" />
6                 <knob param="carrier_in" type="1" attach-x="0" attach-y="1" attach-h="2" expand-x="0" />
7                 <value param="carrier_in" attach-x="0" attach-y="3" expand-x="0" />
8                 <label attach-x="1" attach-y="0" expand-x="1" text="Carrier" />
9                 <vumeter param="carrier_inL" width="100" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
10                 <vumeter param="carrier_inR" width="100" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
11                 <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
12                 <led param="carrier_clip_inL" attach-x="2" attach-y="1" expand-x="0" />
13                 <led param="carrier_clip_inR" attach-x="2" attach-y="2" expand-x="0" />
14                 <label text="To Mix" attach-x="3" attach-y="0" expand-x="0" />
15                 <knob param="carrier" attach-x="3" attach-y="1" attach-h="2" expand-x="0" />
16                 <value param="carrier" attach-x="3" attach-y="3" expand-x="0" />
17             </table>
18         </frame>
19         <frame label="Modulator">
20             <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
21                 <label text="In Level" attach-x="0" attach-y="0" expand-x="0" />
22                 <knob param="mod_in" type="1" attach-x="0" attach-y="1" attach-h="2" expand-x="0" />
23                 <value param="mod_in" attach-x="0" attach-y="3" expand-x="0" />
24                 <label attach-x="1" attach-y="0" expand-x="1" text="Modulator" />
25                 <vumeter param="mod_inL" width="100" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
26                 <vumeter param="mod_inR" width="100" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
27                 <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
28                 <led param="mod_clip_inL" attach-x="2" attach-y="1" expand-x="0" />
29                 <led param="mod_clip_inR" attach-x="2" attach-y="2" expand-x="0" />
30                 <label text="To Mix" attach-x="3" attach-y="0" expand-x="0" />
31                 <knob param="modulator" attach-x="3" attach-y="1" attach-h="2" expand-x="0" />
32                 <value param="modulator" attach-x="3" attach-y="3" expand-x="0" />
33             </table>
34         </frame>
35         <frame label="Processed">
36             <vbox>
37                 <label text="To Mix" expand="0" fill="0"/>
38                 <knob param="processed" expand="0" fill="0"/>
39                 <value param="processed" expand="0" fill="0"/>
40             </vbox>
41         </frame>
42         <frame label="Output">
43             <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="8">
44                 <label attach-x="1" attach-y="0" expand-x="1" text="Output" />
45                 <vumeter param="outL" width="100" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
46                 <vumeter param="outR" width="100" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
47                 <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
48                 <led param="clip_outL" attach-x="2" attach-y="1" expand-x="0" />
49                 <led param="clip_outR" attach-x="2" attach-y="2" expand-x="0" />
50                 <label text="Level" attach-x="0" attach-y="0" expand-x="0" />
51                 <knob param="out" type="1" attach-x="0" attach-y="1" attach-h="2" expand-x="0" />
52                 <value param="out" attach-x="0" attach-y="3" expand-x="0" />
53             </table>
54         </frame>
55     </hbox>
56     <hbox spacing="12">
57         <vbox spacing="8">
58             <hbox spacing="5">
59                 <vbox spacing="2">
60                     <label param="attack"/>
61                     <knob param="attack" size="3"/>
62                     <value param="attack"/>
63                 </vbox>
64                 <vbox spacing="2">
65                     <label param="bands"/>
66                     <knob param="bands" size="5"/>
67                     <value param="bands"/>
68                 </vbox>
69                 <vbox spacing="2">
70                     <label param="release"/>
71                     <knob param="release" size="3"/>
72                     <value param="release"/>
73                 </vbox>
74             </hbox>
75             
76             <hbox spacing="2">
77                 <vbox spacing="5">
78                     <label text="    High-Q    "/>
79                     <toggle param="hiq" size="1"/>
80                 </vbox>
81                 <vbox spacing="5">
82                     <label text="Analyzer"/>
83                     <combo param="analyzer"/>
84                 </vbox>
85                 <vbox spacing="2">
86                     <label text="Stereo Link"/>
87                     <toggle param="link" size="1"/>
88                 </vbox>
89             </hbox>
90                     
91         </vbox>
92         <frame label="Filters" expand="1" fill="1">
93             <vbox expand="1" fill="1">
94                 <if cond="directlink">
95                     <line-graph refresh="1" width="594" height="100" param="bypass" expand="1" fill="1" shrink="1" crosshairs="1"/>
96                 </if>
97             </vbox>
98         </frame>
99     </hbox>
100     
101     
102     <hbox>
103         <table rows="8" cols="34" spacing-x="0" spacing-y="0">
104             <label text="Active" attach-x="0" attach-y="0" expand-x="0"/>
105              <label text="Detect" attach-x="0" attach-y="1" attach-h="1" expand-x="0"/>
106             <label text="Level" attach-x="0" attach-y="2" attach-h="1" expand-x="0"/>
107             <label text="Dry" attach-x="0" attach-y="3" attach-h="1" expand-x="0"/>
108             <label text="Noise" attach-x="0" attach-y="4" attach-h="1" expand-x="0"/>
109             <label text="Bal" attach-x="0" attach-y="5" attach-h="1" expand-x="0"/>
110             <label text="Solo" attach-x="0" attach-y="6" attach-h="1" expand-x="0"/>
111             <label text="#" attach-x="0" attach-y="7"/>
112             <led    param="active1" attach-x="1" attach-y="0" mode="7"/>
113             <led    param="level1" attach-x="1" attach-y="1" mode="6"/>
114             <vscale param="volume1" attach-x="1" attach-y="2" inverted="1" size="1" height="160"/>
115             <knob   param="mod1"    attach-x="1" attach-y="3" size="1"/>
116             <knob   param="noise1"  attach-x="1" attach-y="4" size="1"/>
117             <knob   param="pan1"    attach-x="1" attach-y="5" type="1" size="1"/>
118             <toggle param="solo1"   attach-x="1" attach-y="6" size="0"/>
119             <label  text="1"        attach-x="1" attach-y="7"/>
120             <led    param="active2" attach-x="2" attach-y="0" mode="7"/>
121             <led    param="level2" attach-x="2" attach-y="1" mode="6"/>
122             <vscale param="volume2" attach-x="2" attach-y="2" inverted="1" size="1" height="160"/>
123             <knob   param="mod2"    attach-x="2" attach-y="3" size="1"/>
124             <knob   param="noise2"  attach-x="2" attach-y="4" size="1"/>
125             <knob   param="pan2"    attach-x="2" attach-y="5" type="1" size="1"/>
126             <toggle param="solo2"   attach-x="2" attach-y="6" size="0"/>
127             <label  text="2"        attach-x="2" attach-y="7"/>
128             <led    param="active3" attach-x="3" attach-y="0" mode="7"/>
129             <led    param="level3" attach-x="3" attach-y="1" mode="6"/>
130             <vscale param="volume3" attach-x="3" attach-y="2" inverted="1" size="1" height="160"/>
131             <knob   param="mod3"    attach-x="3" attach-y="3" size="1"/>
132             <knob   param="noise3"  attach-x="3" attach-y="4" size="1"/>
133             <knob   param="pan3"    attach-x="3" attach-y="5" type="1" size="1"/>
134             <toggle param="solo3"   attach-x="3" attach-y="6" size="0"/>
135             <label  text="3"        attach-x="3" attach-y="7"/>
136             <led    param="active4" attach-x="4" attach-y="0" mode="7"/>
137             <led    param="level4" attach-x="4" attach-y="1" mode="6"/>
138             <vscale param="volume4" attach-x="4" attach-y="2" inverted="1" size="1" height="160"/>
139             <knob   param="mod4"    attach-x="4" attach-y="3" size="1"/>
140             <knob   param="noise4"  attach-x="4" attach-y="4" size="1"/>
141             <knob   param="pan4"    attach-x="4" attach-y="5" type="1" size="1"/>
142             <toggle param="solo4"   attach-x="4" attach-y="6" size="0"/>
143             <label  text="4"        attach-x="4" attach-y="7"/>
144             <led    param="active5" attach-x="5" attach-y="0" mode="7"/>
145             <led    param="level5" attach-x="5" attach-y="1" mode="6"/>
146             <vscale param="volume5" attach-x="5" attach-y="2" inverted="1" size="1" height="160"/>
147             <knob   param="mod5"    attach-x="5" attach-y="3" size="1"/>
148             <knob   param="noise5"  attach-x="5" attach-y="4" size="1"/>
149             <knob   param="pan5"    attach-x="5" attach-y="5" type="1" size="1"/>
150             <toggle param="solo5"   attach-x="5" attach-y="6" size="0"/>
151             <label  text="5"        attach-x="5" attach-y="7"/>
152             <led    param="active6" attach-x="6" attach-y="0" mode="7"/>
153             <led    param="level6" attach-x="6" attach-y="1" mode="6"/>
154             <vscale param="volume6" attach-x="6" attach-y="2" inverted="1" size="1" height="160"/>
155             <knob   param="mod6"    attach-x="6" attach-y="3" size="1"/>
156             <knob   param="noise6"  attach-x="6" attach-y="4" size="1"/>
157             <knob   param="pan6"    attach-x="6" attach-y="5" type="1" size="1"/>
158             <toggle param="solo6"   attach-x="6" attach-y="6" size="0"/>
159             <label  text="6"        attach-x="6" attach-y="7"/>
160             <led    param="active7" attach-x="7" attach-y="0" mode="7"/>
161             <led    param="level7" attach-x="7" attach-y="1" mode="6"/>
162             <vscale param="volume7" attach-x="7" attach-y="2" inverted="1" size="1" height="160"/>
163             <knob   param="mod7"    attach-x="7" attach-y="3" size="1"/>
164             <knob   param="noise7"  attach-x="7" attach-y="4" size="1"/>
165             <knob   param="pan7"    attach-x="7" attach-y="5" type="1" size="1"/>
166             <toggle param="solo7"   attach-x="7" attach-y="6" size="0"/>
167             <label  text="7"        attach-x="7" attach-y="7"/>
168             <led    param="active8" attach-x="8" attach-y="0" mode="7"/>
169             <led    param="level8" attach-x="8" attach-y="1" mode="6"/>
170             <vscale param="volume8" attach-x="8" attach-y="2" inverted="1" size="1" height="160"/>
171             <knob   param="mod8"    attach-x="8" attach-y="3" size="1"/>
172             <knob   param="noise8"  attach-x="8" attach-y="4" size="1"/>
173             <knob   param="pan8"    attach-x="8" attach-y="5" type="1" size="1"/>
174             <toggle param="solo8"   attach-x="8" attach-y="6" size="0"/>
175             <label  text="8"        attach-x="8" attach-y="7"/>
176             <led    param="active9" attach-x="9" attach-y="0" mode="7"/>
177             <led    param="level9" attach-x="9" attach-y="1" mode="6"/>
178             <vscale param="volume9" attach-x="9" attach-y="2" inverted="1" size="1" height="160"/>
179             <knob   param="mod9"    attach-x="9" attach-y="3" size="1"/>
180             <knob   param="noise9"  attach-x="9" attach-y="4" size="1"/>
181             <knob   param="pan9"    attach-x="9" attach-y="5" type="1" size="1"/>
182             <toggle param="solo9"   attach-x="9" attach-y="6" size="0"/>
183             <label  text="9"        attach-x="9" attach-y="7"/>
184             <led    param="active10" attach-x="10" attach-y="0" mode="7"/>
185             <led    param="level10" attach-x="10" attach-y="1" mode="6"/>
186             <vscale param="volume10" attach-x="10" attach-y="2" inverted="1" size="1" height="160"/>
187             <knob   param="mod10"    attach-x="10" attach-y="3" size="1"/>
188             <knob   param="noise10"  attach-x="10" attach-y="4" size="1"/>
189             <knob   param="pan10"    attach-x="10" attach-y="5" type="1" size="1"/>
190             <toggle param="solo10"   attach-x="10" attach-y="6" size="0"/>
191             <label  text="10"        attach-x="10" attach-y="7"/>
192             <led    param="active11" attach-x="11" attach-y="0" mode="7"/>
193             <led    param="level11" attach-x="11" attach-y="1" mode="6"/>
194             <vscale param="volume11" attach-x="11" attach-y="2" inverted="1" size="1" height="160"/>
195             <knob   param="mod11"    attach-x="11" attach-y="3" size="1"/>
196             <knob   param="noise11"  attach-x="11" attach-y="4" size="1"/>
197             <knob   param="pan11"    attach-x="11" attach-y="5" type="1" size="1"/>
198             <toggle param="solo11"   attach-x="11" attach-y="6" size="0"/>
199             <label  text="11"        attach-x="11" attach-y="7"/>
200             <led    param="active12" attach-x="12" attach-y="0" mode="7"/>
201             <led    param="level12" attach-x="12" attach-y="1" mode="6"/>
202             <vscale param="volume12" attach-x="12" attach-y="2" inverted="1" size="1" height="160"/>
203             <knob   param="mod12"    attach-x="12" attach-y="3" size="1"/>
204             <knob   param="noise12"  attach-x="12" attach-y="4" size="1"/>
205             <knob   param="pan12"    attach-x="12" attach-y="5" type="1" size="1"/>
206             <toggle param="solo12"   attach-x="12" attach-y="6" size="0"/>
207             <label  text="12"        attach-x="12" attach-y="7"/>
208             <led    param="active13" attach-x="13" attach-y="0" mode="7"/>
209             <led    param="level13" attach-x="13" attach-y="1" mode="6"/>
210             <vscale param="volume13" attach-x="13" attach-y="2" inverted="1" size="1" height="160"/>
211             <knob   param="mod13"    attach-x="13" attach-y="3" size="1"/>
212             <knob   param="noise13"  attach-x="13" attach-y="4" size="1"/>
213             <knob   param="pan13"    attach-x="13" attach-y="5" type="1" size="1"/>
214             <toggle param="solo13"   attach-x="13" attach-y="6" size="0"/>
215             <label  text="13"        attach-x="13" attach-y="7"/>
216             <led    param="active14" attach-x="14" attach-y="0" mode="7"/>
217             <led    param="level14" attach-x="14" attach-y="1" mode="6"/>
218             <vscale param="volume14" attach-x="14" attach-y="2" inverted="1" size="1" height="160"/>
219             <knob   param="mod14"    attach-x="14" attach-y="3" size="1"/>
220             <knob   param="noise14"  attach-x="14" attach-y="4" size="1"/>
221             <knob   param="pan14"    attach-x="14" attach-y="5" type="1" size="1"/>
222             <toggle param="solo14"   attach-x="14" attach-y="6" size="0"/>
223             <label  text="14"        attach-x="14" attach-y="7"/>
224             <led    param="active15" attach-x="15" attach-y="0" mode="7"/>
225             <led    param="level15" attach-x="15" attach-y="1" mode="6"/>
226             <vscale param="volume15" attach-x="15" attach-y="2" inverted="1" size="1" height="160"/>
227             <knob   param="mod15"    attach-x="15" attach-y="3" size="1"/>
228             <knob   param="noise15"  attach-x="15" attach-y="4" size="1"/>
229             <knob   param="pan15"    attach-x="15" attach-y="5" type="1" size="1"/>
230             <toggle param="solo15"   attach-x="15" attach-y="6" size="0"/>
231             <label  text="15"        attach-x="15" attach-y="7"/>
232             <led    param="active16" attach-x="16" attach-y="0" mode="7"/>
233             <led    param="level16" attach-x="16" attach-y="1" mode="6"/>
234             <vscale param="volume16" attach-x="16" attach-y="2" inverted="1" size="1" height="160"/>
235             <knob   param="mod16"    attach-x="16" attach-y="3" size="1"/>
236             <knob   param="noise16"  attach-x="16" attach-y="4" size="1"/>
237             <knob   param="pan16"    attach-x="16" attach-y="5" type="1" size="1"/>
238             <toggle param="solo16"   attach-x="16" attach-y="6" size="0"/>
239             <label  text="16"        attach-x="16" attach-y="7"/>
240             <led    param="active17" attach-x="17" attach-y="0" mode="7"/>
241             <led    param="level17" attach-x="17" attach-y="1" mode="6"/>
242             <vscale param="volume17" attach-x="17" attach-y="2" inverted="1" size="1" height="160"/>
243             <knob   param="mod17"    attach-x="17" attach-y="3" size="1"/>
244             <knob   param="noise17"  attach-x="17" attach-y="4" size="1"/>
245             <knob   param="pan17"    attach-x="17" attach-y="5" type="1" size="1"/>
246             <toggle param="solo17"   attach-x="17" attach-y="6" size="0"/>
247             <label  text="17"        attach-x="17" attach-y="7"/>
248             <led    param="active18" attach-x="18" attach-y="0" mode="7"/>
249             <led    param="level18" attach-x="18" attach-y="1" mode="6"/>
250             <vscale param="volume18" attach-x="18" attach-y="2" inverted="1" size="1" height="160"/>
251             <knob   param="mod18"    attach-x="18" attach-y="3" size="1"/>
252             <knob   param="noise18"  attach-x="18" attach-y="4" size="1"/>
253             <knob   param="pan18"    attach-x="18" attach-y="5" type="1" size="1"/>
254             <toggle param="solo18"   attach-x="18" attach-y="6" size="0"/>
255             <label  text="18"        attach-x="18" attach-y="7"/>
256             <led    param="active19" attach-x="19" attach-y="0" mode="7"/>
257             <led    param="level19" attach-x="19" attach-y="1" mode="6"/>
258             <vscale param="volume19" attach-x="19" attach-y="2" inverted="1" size="1" height="160"/>
259             <knob   param="mod19"    attach-x="19" attach-y="3" size="1"/>
260             <knob   param="noise19"  attach-x="19" attach-y="4" size="1"/>
261             <knob   param="pan19"    attach-x="19" attach-y="5" type="1" size="1"/>
262             <toggle param="solo19"   attach-x="19" attach-y="6" size="0"/>
263             <label  text="19"        attach-x="19" attach-y="7"/>
264             <led    param="active20" attach-x="20" attach-y="0" mode="7"/>
265             <led    param="level20" attach-x="20" attach-y="1" mode="6"/>
266             <vscale param="volume20" attach-x="20" attach-y="2" inverted="1" size="1" height="160"/>
267             <knob   param="mod20"    attach-x="20" attach-y="3" size="1"/>
268             <knob   param="noise20"  attach-x="20" attach-y="4" size="1"/>
269             <knob   param="pan20"    attach-x="20" attach-y="5" type="1" size="1"/>
270             <toggle param="solo20"   attach-x="20" attach-y="6" size="0"/>
271             <label  text="20"        attach-x="20" attach-y="7"/>
272             <led    param="active21" attach-x="21" attach-y="0" mode="7"/>
273             <led    param="level21" attach-x="21" attach-y="1" mode="6"/>
274             <vscale param="volume21" attach-x="21" attach-y="2" inverted="1" size="1" height="160"/>
275             <knob   param="mod21"    attach-x="21" attach-y="3" size="1"/>
276             <knob   param="noise21"  attach-x="21" attach-y="4" size="1"/>
277             <knob   param="pan21"    attach-x="21" attach-y="5" type="1" size="1"/>
278             <toggle param="solo21"   attach-x="21" attach-y="6" size="0"/>
279             <label  text="21"        attach-x="21" attach-y="7"/>
280             <led    param="active22" attach-x="22" attach-y="0" mode="7"/>
281             <led    param="level22" attach-x="22" attach-y="1" mode="6"/>
282             <vscale param="volume22" attach-x="22" attach-y="2" inverted="1" size="1" height="160"/>
283             <knob   param="mod22"    attach-x="22" attach-y="3" size="1"/>
284             <knob   param="noise22"  attach-x="22" attach-y="4" size="1"/>
285             <knob   param="pan22"    attach-x="22" attach-y="5" type="1" size="1"/>
286             <toggle param="solo22"   attach-x="22" attach-y="6" size="0"/>
287             <label  text="22"        attach-x="22" attach-y="7"/>
288             <led    param="active23" attach-x="23" attach-y="0" mode="7"/>
289             <led    param="level23" attach-x="23" attach-y="1" mode="6"/>
290             <vscale param="volume23" attach-x="23" attach-y="2" inverted="1" size="1" height="160"/>
291             <knob   param="mod23"    attach-x="23" attach-y="3" size="1"/>
292             <knob   param="noise23"  attach-x="23" attach-y="4" size="1"/>
293             <knob   param="pan23"    attach-x="23" attach-y="5" type="1" size="1"/>
294             <toggle param="solo23"   attach-x="23" attach-y="6" size="0"/>
295             <label  text="23"        attach-x="23" attach-y="7"/>
296             <led    param="active24" attach-x="24" attach-y="0" mode="7"/>
297             <led    param="level24" attach-x="24" attach-y="1" mode="6"/>
298             <vscale param="volume24" attach-x="24" attach-y="2" inverted="1" size="1" height="160"/>
299             <knob   param="mod24"    attach-x="24" attach-y="3" size="1"/>
300             <knob   param="noise24"  attach-x="24" attach-y="4" size="1"/>
301             <knob   param="pan24"    attach-x="24" attach-y="5" type="1" size="1"/>
302             <toggle param="solo24"   attach-x="24" attach-y="6" size="0"/>
303             <label  text="24"        attach-x="24" attach-y="7"/>
304             <led    param="active25" attach-x="25" attach-y="0" mode="7"/>
305             <led    param="level25" attach-x="25" attach-y="1" mode="6"/>
306             <vscale param="volume25" attach-x="25" attach-y="2" inverted="1" size="1" height="160"/>
307             <knob   param="mod25"    attach-x="25" attach-y="3" size="1"/>
308             <knob   param="noise25"  attach-x="25" attach-y="4" size="1"/>
309             <knob   param="pan25"    attach-x="25" attach-y="5" type="1" size="1"/>
310             <toggle param="solo25"   attach-x="25" attach-y="6" size="0"/>
311             <label  text="25"        attach-x="25" attach-y="7"/>
312             <led    param="active26" attach-x="26" attach-y="0" mode="7"/>
313             <led    param="level26" attach-x="26" attach-y="1" mode="6"/>
314             <vscale param="volume26" attach-x="26" attach-y="2" inverted="1" size="1" height="160"/>
315             <knob   param="mod26"    attach-x="26" attach-y="3" size="1"/>
316             <knob   param="noise26"  attach-x="26" attach-y="4" size="1"/>
317             <knob   param="pan26"    attach-x="26" attach-y="5" type="1" size="1"/>
318             <toggle param="solo26"   attach-x="26" attach-y="6" size="0"/>
319             <label  text="26"        attach-x="26" attach-y="7"/>
320             <led    param="active27" attach-x="27" attach-y="0" mode="7"/>
321             <led    param="level27" attach-x="27" attach-y="1" mode="6"/>
322             <vscale param="volume27" attach-x="27" attach-y="2" inverted="1" size="1" height="160"/>
323             <knob   param="mod27"    attach-x="27" attach-y="3" size="1"/>
324             <knob   param="noise27"  attach-x="27" attach-y="4" size="1"/>
325             <knob   param="pan27"    attach-x="27" attach-y="5" type="1" size="1"/>
326             <toggle param="solo27"   attach-x="27" attach-y="6" size="0"/>
327             <label  text="27"        attach-x="27" attach-y="7"/>
328             <led    param="active28" attach-x="28" attach-y="0" mode="7"/>
329             <led    param="level28" attach-x="28" attach-y="1" mode="6"/>
330             <vscale param="volume28" attach-x="28" attach-y="2" inverted="1" size="1" height="160"/>
331             <knob   param="mod28"    attach-x="28" attach-y="3" size="1"/>
332             <knob   param="noise28"  attach-x="28" attach-y="4" size="1"/>
333             <knob   param="pan28"    attach-x="28" attach-y="5" type="1" size="1"/>
334             <toggle param="solo28"   attach-x="28" attach-y="6" size="0"/>
335             <label  text="28"        attach-x="28" attach-y="7"/>
336             <led    param="active29" attach-x="29" attach-y="0" mode="7"/>
337             <led    param="level29" attach-x="29" attach-y="1" mode="6"/>
338             <vscale param="volume29" attach-x="29" attach-y="2" inverted="1" size="1" height="160"/>
339             <knob   param="mod29"    attach-x="29" attach-y="3" size="1"/>
340             <knob   param="noise29"  attach-x="29" attach-y="4" size="1"/>
341             <knob   param="pan29"    attach-x="29" attach-y="5" type="1" size="1"/>
342             <toggle param="solo29"   attach-x="29" attach-y="6" size="0"/>
343             <label  text="29"        attach-x="29" attach-y="7"/>
344             <led    param="active30" attach-x="30" attach-y="0" mode="7"/>
345             <led    param="level30" attach-x="30" attach-y="1" mode="6"/>
346             <vscale param="volume30" attach-x="30" attach-y="2" inverted="1" size="1" height="160"/>
347             <knob   param="mod30"    attach-x="30" attach-y="3" size="1"/>
348             <knob   param="noise30"  attach-x="30" attach-y="4" size="1"/>
349             <knob   param="pan30"    attach-x="30" attach-y="5" type="1" size="1"/>
350             <toggle param="solo30"   attach-x="30" attach-y="6" size="0"/>
351             <label  text="30"        attach-x="30" attach-y="7"/>
352             <led    param="active31" attach-x="31" attach-y="0" mode="7"/>
353             <led    param="level31" attach-x="31" attach-y="1" mode="6"/>
354             <vscale param="volume31" attach-x="31" attach-y="2" inverted="1" size="1" height="160"/>
355             <knob   param="mod31"    attach-x="31" attach-y="3" size="1"/>
356             <knob   param="noise31"  attach-x="31" attach-y="4" size="1"/>
357             <knob   param="pan31"    attach-x="31" attach-y="5" type="1" size="1"/>
358             <toggle param="solo31"   attach-x="31" attach-y="6" size="0"/>
359             <label  text="31"        attach-x="31" attach-y="7"/>
360             <led    param="active32" attach-x="32" attach-y="0" mode="7"/>
361             <led    param="level32" attach-x="32" attach-y="1" mode="6"/>
362             <vscale param="volume32" attach-x="32" attach-y="2" inverted="1" size="1" height="160"/>
363             <knob   param="mod32"    attach-x="32" attach-y="3" size="1"/>
364             <knob   param="noise32"  attach-x="32" attach-y="4" size="1"/>
365             <knob   param="pan32"    attach-x="32" attach-y="5" type="1" size="1"/>
366             <toggle param="solo32"   attach-x="32" attach-y="6" size="0"/>
367             <label  text="32"        attach-x="32" attach-y="7"/>
368             <label text="Active" attach-x="33" attach-y="0" expand-x="0"/>
369             <toggle param="detectors"   attach-x="33" attach-y="1" size="0"/>
370             <label text="Level" attach-x="33" attach-y="2" attach-h="1" expand-x="0"/>
371             <label text="Dry" attach-x="33" attach-y="3" attach-h="1" expand-x="0"/>
372             <label text="Noise" attach-x="33" attach-y="4" attach-h="1" expand-x="0"/>
373             <label text="Bal" attach-x="33" attach-y="5" attach-h="1" expand-x="0"/>
374             <label text="Solo" attach-x="33" attach-y="6" attach-h="1" expand-x="0"/>
375             <label text="#" attach-x="33" attach-y="7"/>
376         </table>
377     </hbox>
378 </vbox>