Man page: update to add new options.
[calf.git] / gui / gui-vocoder.xml
blob5a076fc002463352ef112d052b1cfc1626a3bf2b
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="order"/>
66                     <knob param="order" size="5"/>
67                     <value param="order"/>
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     <notebook param="bands">
103         <hbox page="8 Bands">
104             <label/>
105             <table rows="8" cols="34" spacing-x="0" spacing-y="0">
106                  <label text="Detect" attach-x="0" attach-y="1" attach-h="1" expand-x="0"/>
107                 <label text="Level" attach-x="0" attach-y="2" attach-h="1" expand-x="0"/>
108                 <label text="Dry" attach-x="0" attach-y="3" attach-h="1" expand-x="0"/>
109                 <label text="Noise" attach-x="0" attach-y="4" attach-h="1" expand-x="0"/>
110                 <label text="Bal" attach-x="0" attach-y="5" attach-h="1" expand-x="0"/>
111                 <label text="Solo" attach-x="0" attach-y="6" attach-h="1" expand-x="0"/>
112                 <label text="#" attach-x="0" attach-y="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" 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="level2"  attach-x="2" attach-y="1" mode="6"/>
121                 <vscale param="volume2" attach-x="2" attach-y="2" inverted="1" height="160"/>
122                 <knob   param="mod2"    attach-x="2" attach-y="3" size="1"/>
123                 <knob   param="noise2"  attach-x="2" attach-y="4" size="1"/>
124                 <knob   param="pan2"    attach-x="2" attach-y="5" type="1" size="1"/>
125                 <toggle param="solo2"   attach-x="2" attach-y="6" size="0"/>
126                 <label  text="2"        attach-x="2" attach-y="7"/>
127                 <led    param="level3"  attach-x="3" attach-y="1" mode="6"/>
128                 <vscale param="volume3" attach-x="3" attach-y="2" inverted="1" height="160"/>
129                 <knob   param="mod3"    attach-x="3" attach-y="3" size="1"/>
130                 <knob   param="noise3"  attach-x="3" attach-y="4" size="1"/>
131                 <knob   param="pan3"    attach-x="3" attach-y="5" type="1" size="1"/>
132                 <toggle param="solo3"   attach-x="3" attach-y="6" size="0"/>
133                 <label  text="3"        attach-x="3" attach-y="7"/>
134                 <led    param="level4"  attach-x="4" attach-y="1" mode="6"/>
135                 <vscale param="volume4" attach-x="4" attach-y="2" inverted="1" height="160"/>
136                 <knob   param="mod4"    attach-x="4" attach-y="3" size="1"/>
137                 <knob   param="noise4"  attach-x="4" attach-y="4" size="1"/>
138                 <knob   param="pan4"    attach-x="4" attach-y="5" type="1" size="1"/>
139                 <toggle param="solo4"   attach-x="4" attach-y="6" size="0"/>
140                 <label  text="4"        attach-x="4" attach-y="7"/>
141                 <led    param="level5"  attach-x="5" attach-y="1" mode="6"/>
142                 <vscale param="volume5" attach-x="5" attach-y="2" inverted="1" height="160"/>
143                 <knob   param="mod5"    attach-x="5" attach-y="3" size="1"/>
144                 <knob   param="noise5"  attach-x="5" attach-y="4" size="1"/>
145                 <knob   param="pan5"    attach-x="5" attach-y="5" type="1" size="1"/>
146                 <toggle param="solo5"   attach-x="5" attach-y="6" size="0"/>
147                 <label  text="5"        attach-x="5" attach-y="7"/>
148                 <led    param="level6"  attach-x="6" attach-y="1" mode="6"/>
149                 <vscale param="volume6" attach-x="6" attach-y="2" inverted="1" height="160"/>
150                 <knob   param="mod6"    attach-x="6" attach-y="3" size="1"/>
151                 <knob   param="noise6"  attach-x="6" attach-y="4" size="1"/>
152                 <knob   param="pan6"    attach-x="6" attach-y="5" type="1" size="1"/>
153                 <toggle param="solo6"   attach-x="6" attach-y="6" size="0"/>
154                 <label  text="6"        attach-x="6" attach-y="7"/>
155                 <led    param="level7"  attach-x="7" attach-y="1" mode="6"/>
156                 <vscale param="volume7" attach-x="7" attach-y="2" inverted="1" height="160"/>
157                 <knob   param="mod7"    attach-x="7" attach-y="3" size="1"/>
158                 <knob   param="noise7"  attach-x="7" attach-y="4" size="1"/>
159                 <knob   param="pan7"    attach-x="7" attach-y="5" type="1" size="1"/>
160                 <toggle param="solo7"   attach-x="7" attach-y="6" size="0"/>
161                 <label  text="7"        attach-x="7" attach-y="7"/>
162                 <led    param="level8"  attach-x="8" attach-y="1" mode="6"/>
163                 <vscale param="volume8" attach-x="8" attach-y="2" inverted="1" height="160"/>
164                 <knob   param="mod8"    attach-x="8" attach-y="3" size="1"/>
165                 <knob   param="noise8"  attach-x="8" attach-y="4" size="1"/>
166                 <knob   param="pan8"    attach-x="8" attach-y="5" type="1" size="1"/>
167                 <toggle param="solo8"   attach-x="8" attach-y="6" size="0"/>
168                 <label  text="8"        attach-x="8" attach-y="7"/>
169                 <toggle param="detectors"   attach-x="33" attach-y="1" size="0"/>
170                 <label text="Level" attach-x="33" attach-y="2" attach-h="1" expand-x="0"/>
171                 <label text="Dry" attach-x="33" attach-y="3" attach-h="1" expand-x="0"/>
172                 <label text="Noise" attach-x="33" attach-y="4" attach-h="1" expand-x="0"/>
173                 <label text="Bal" attach-x="33" attach-y="5" attach-h="1" expand-x="0"/>
174                 <label text="Solo" attach-x="33" attach-y="6" attach-h="1" expand-x="0"/>
175                 <label text="#" attach-x="33" attach-y="7"/>
176             </table>
177             <label/>
178         </hbox>
179         <hbox page="12 Bands">
180             <label/>
181             <table rows="8" cols="34" spacing-x="0" spacing-y="0">
182                  <label text="Detect" attach-x="0" attach-y="1" attach-h="1" expand-x="0"/>
183                 <label text="Level" attach-x="0" attach-y="2" attach-h="1" expand-x="0"/>
184                 <label text="Dry" attach-x="0" attach-y="3" attach-h="1" expand-x="0"/>
185                 <label text="Noise" attach-x="0" attach-y="4" attach-h="1" expand-x="0"/>
186                 <label text="Bal" attach-x="0" attach-y="5" attach-h="1" expand-x="0"/>
187                 <label text="Solo" attach-x="0" attach-y="6" attach-h="1" expand-x="0"/>
188                 <label text="#" attach-x="0" attach-y="7"/>
189                 <led    param="level1"  attach-x="1" attach-y="1" mode="6"/>
190                 <vscale param="volume1" attach-x="1" attach-y="2" inverted="1" height="160"/>
191                 <knob   param="mod1"    attach-x="1" attach-y="3" size="1"/>
192                 <knob   param="noise1"  attach-x="1" attach-y="4" size="1"/>
193                 <knob   param="pan1"    attach-x="1" attach-y="5" type="1" size="1"/>
194                 <toggle param="solo1"   attach-x="1" attach-y="6" size="0"/>
195                 <label  text="1"        attach-x="1" attach-y="7"/>
196                 <led    param="level2"  attach-x="2" attach-y="1" mode="6"/>
197                 <vscale param="volume2" attach-x="2" attach-y="2" inverted="1" height="160"/>
198                 <knob   param="mod2"    attach-x="2" attach-y="3" size="1"/>
199                 <knob   param="noise2"  attach-x="2" attach-y="4" size="1"/>
200                 <knob   param="pan2"    attach-x="2" attach-y="5" type="1" size="1"/>
201                 <toggle param="solo2"   attach-x="2" attach-y="6" size="0"/>
202                 <label  text="2"        attach-x="2" attach-y="7"/>
203                 <led    param="level3"  attach-x="3" attach-y="1" mode="6"/>
204                 <vscale param="volume3" attach-x="3" attach-y="2" inverted="1" height="160"/>
205                 <knob   param="mod3"    attach-x="3" attach-y="3" size="1"/>
206                 <knob   param="noise3"  attach-x="3" attach-y="4" size="1"/>
207                 <knob   param="pan3"    attach-x="3" attach-y="5" type="1" size="1"/>
208                 <toggle param="solo3"   attach-x="3" attach-y="6" size="0"/>
209                 <label  text="3"        attach-x="3" attach-y="7"/>
210                 <led    param="level4"  attach-x="4" attach-y="1" mode="6"/>
211                 <vscale param="volume4" attach-x="4" attach-y="2" inverted="1" height="160"/>
212                 <knob   param="mod4"    attach-x="4" attach-y="3" size="1"/>
213                 <knob   param="noise4"  attach-x="4" attach-y="4" size="1"/>
214                 <knob   param="pan4"    attach-x="4" attach-y="5" type="1" size="1"/>
215                 <toggle param="solo4"   attach-x="4" attach-y="6" size="0"/>
216                 <label  text="4"        attach-x="4" attach-y="7"/>
217                 <led    param="level5"  attach-x="5" attach-y="1" mode="6"/>
218                 <vscale param="volume5" attach-x="5" attach-y="2" inverted="1" height="160"/>
219                 <knob   param="mod5"    attach-x="5" attach-y="3" size="1"/>
220                 <knob   param="noise5"  attach-x="5" attach-y="4" size="1"/>
221                 <knob   param="pan5"    attach-x="5" attach-y="5" type="1" size="1"/>
222                 <toggle param="solo5"   attach-x="5" attach-y="6" size="0"/>
223                 <label  text="5"        attach-x="5" attach-y="7"/>
224                 <led    param="level6"  attach-x="6" attach-y="1" mode="6"/>
225                 <vscale param="volume6" attach-x="6" attach-y="2" inverted="1" height="160"/>
226                 <knob   param="mod6"    attach-x="6" attach-y="3" size="1"/>
227                 <knob   param="noise6"  attach-x="6" attach-y="4" size="1"/>
228                 <knob   param="pan6"    attach-x="6" attach-y="5" type="1" size="1"/>
229                 <toggle param="solo6"   attach-x="6" attach-y="6" size="0"/>
230                 <label  text="6"        attach-x="6" attach-y="7"/>
231                 <led    param="level7"  attach-x="7" attach-y="1" mode="6"/>
232                 <vscale param="volume7" attach-x="7" attach-y="2" inverted="1" height="160"/>
233                 <knob   param="mod7"    attach-x="7" attach-y="3" size="1"/>
234                 <knob   param="noise7"  attach-x="7" attach-y="4" size="1"/>
235                 <knob   param="pan7"    attach-x="7" attach-y="5" type="1" size="1"/>
236                 <toggle param="solo7"   attach-x="7" attach-y="6" size="0"/>
237                 <label  text="7"        attach-x="7" attach-y="7"/>
238                 <led    param="level8"  attach-x="8" attach-y="1" mode="6"/>
239                 <vscale param="volume8" attach-x="8" attach-y="2" inverted="1" height="160"/>
240                 <knob   param="mod8"    attach-x="8" attach-y="3" size="1"/>
241                 <knob   param="noise8"  attach-x="8" attach-y="4" size="1"/>
242                 <knob   param="pan8"    attach-x="8" attach-y="5" type="1" size="1"/>
243                 <toggle param="solo8"   attach-x="8" attach-y="6" size="0"/>
244                 <label  text="8"        attach-x="8" attach-y="7"/>
245                 <led    param="level9"  attach-x="9" attach-y="1" mode="6"/>
246                 <vscale param="volume9" attach-x="9" attach-y="2" inverted="1" height="160"/>
247                 <knob   param="mod9"    attach-x="9" attach-y="3" size="1"/>
248                 <knob   param="noise9"  attach-x="9" attach-y="4" size="1"/>
249                 <knob   param="pan9"    attach-x="9" attach-y="5" type="1" size="1"/>
250                 <toggle param="solo9"   attach-x="9" attach-y="6" size="0"/>
251                 <label  text="9"        attach-x="9" attach-y="7"/>
252                 <led    param="level10"  attach-x="10" attach-y="1" mode="6"/>
253                 <vscale param="volume10" attach-x="10" attach-y="2" inverted="1" height="160"/>
254                 <knob   param="mod10"    attach-x="10" attach-y="3" size="1"/>
255                 <knob   param="noise10"  attach-x="10" attach-y="4" size="1"/>
256                 <knob   param="pan10"    attach-x="10" attach-y="5" type="1" size="1"/>
257                 <toggle param="solo10"   attach-x="10" attach-y="6" size="0"/>
258                 <label  text="10"        attach-x="10" attach-y="7"/>
259                 <led    param="level11"  attach-x="11" attach-y="1" mode="6"/>
260                 <vscale param="volume11" attach-x="11" attach-y="2" inverted="1" height="160"/>
261                 <knob   param="mod11"    attach-x="11" attach-y="3" size="1"/>
262                 <knob   param="noise11"  attach-x="11" attach-y="4" size="1"/>
263                 <knob   param="pan11"    attach-x="11" attach-y="5" type="1" size="1"/>
264                 <toggle param="solo11"   attach-x="11" attach-y="6" size="0"/>
265                 <label  text="11"        attach-x="11" attach-y="7"/>
266                 <led    param="level12"  attach-x="12" attach-y="1" mode="6"/>
267                 <vscale param="volume12" attach-x="12" attach-y="2" inverted="1" height="160"/>
268                 <knob   param="mod12"    attach-x="12" attach-y="3" size="1"/>
269                 <knob   param="noise12"  attach-x="12" attach-y="4" size="1"/>
270                 <knob   param="pan12"    attach-x="12" attach-y="5" type="1" size="1"/>
271                 <toggle param="solo12"   attach-x="12" attach-y="6" size="0"/>
272                 <label  text="12"        attach-x="12" attach-y="7"/>
273                 <toggle param="detectors"   attach-x="33" attach-y="1" size="0"/>
274                 <label text="Level" attach-x="33" attach-y="2" attach-h="1" expand-x="0"/>
275                 <label text="Dry" attach-x="33" attach-y="3" attach-h="1" expand-x="0"/>
276                 <label text="Noise" attach-x="33" attach-y="4" attach-h="1" expand-x="0"/>
277                 <label text="Bal" attach-x="33" attach-y="5" attach-h="1" expand-x="0"/>
278                 <label text="Solo" attach-x="33" attach-y="6" attach-h="1" expand-x="0"/>
279                 <label text="#" attach-x="33" attach-y="7"/>
280             </table>
281             <label/>
282         </hbox>
283         <hbox page="16 Bands">
284             <label/>
285             <table rows="8" cols="34" spacing-x="0" spacing-y="0">
286                  <label text="Detect" attach-x="0" attach-y="1" attach-h="1" expand-x="0"/>
287                 <label text="Level" attach-x="0" attach-y="2" attach-h="1" expand-x="0"/>
288                 <label text="Dry" attach-x="0" attach-y="3" attach-h="1" expand-x="0"/>
289                 <label text="Noise" attach-x="0" attach-y="4" attach-h="1" expand-x="0"/>
290                 <label text="Bal" attach-x="0" attach-y="5" attach-h="1" expand-x="0"/>
291                 <label text="Solo" attach-x="0" attach-y="6" attach-h="1" expand-x="0"/>
292                 <label text="#" attach-x="0" attach-y="7"/>
293                 <led    param="level1"  attach-x="1" attach-y="1" mode="6"/>
294                 <vscale param="volume1" attach-x="1" attach-y="2" inverted="1" height="160"/>
295                 <knob   param="mod1"    attach-x="1" attach-y="3" size="1"/>
296                 <knob   param="noise1"  attach-x="1" attach-y="4" size="1"/>
297                 <knob   param="pan1"    attach-x="1" attach-y="5" type="1" size="1"/>
298                 <toggle param="solo1"   attach-x="1" attach-y="6" size="0"/>
299                 <label  text="1"        attach-x="1" attach-y="7"/>
300                 <led    param="level2"  attach-x="2" attach-y="1" mode="6"/>
301                 <vscale param="volume2" attach-x="2" attach-y="2" inverted="1" height="160"/>
302                 <knob   param="mod2"    attach-x="2" attach-y="3" size="1"/>
303                 <knob   param="noise2"  attach-x="2" attach-y="4" size="1"/>
304                 <knob   param="pan2"    attach-x="2" attach-y="5" type="1" size="1"/>
305                 <toggle param="solo2"   attach-x="2" attach-y="6" size="0"/>
306                 <label  text="2"        attach-x="2" attach-y="7"/>
307                 <led    param="level3"  attach-x="3" attach-y="1" mode="6"/>
308                 <vscale param="volume3" attach-x="3" attach-y="2" inverted="1" height="160"/>
309                 <knob   param="mod3"    attach-x="3" attach-y="3" size="1"/>
310                 <knob   param="noise3"  attach-x="3" attach-y="4" size="1"/>
311                 <knob   param="pan3"    attach-x="3" attach-y="5" type="1" size="1"/>
312                 <toggle param="solo3"   attach-x="3" attach-y="6" size="0"/>
313                 <label  text="3"        attach-x="3" attach-y="7"/>
314                 <led    param="level4"  attach-x="4" attach-y="1" mode="6"/>
315                 <vscale param="volume4" attach-x="4" attach-y="2" inverted="1" height="160"/>
316                 <knob   param="mod4"    attach-x="4" attach-y="3" size="1"/>
317                 <knob   param="noise4"  attach-x="4" attach-y="4" size="1"/>
318                 <knob   param="pan4"    attach-x="4" attach-y="5" type="1" size="1"/>
319                 <toggle param="solo4"   attach-x="4" attach-y="6" size="0"/>
320                 <label  text="4"        attach-x="4" attach-y="7"/>
321                 <led    param="level5"  attach-x="5" attach-y="1" mode="6"/>
322                 <vscale param="volume5" attach-x="5" attach-y="2" inverted="1" height="160"/>
323                 <knob   param="mod5"    attach-x="5" attach-y="3" size="1"/>
324                 <knob   param="noise5"  attach-x="5" attach-y="4" size="1"/>
325                 <knob   param="pan5"    attach-x="5" attach-y="5" type="1" size="1"/>
326                 <toggle param="solo5"   attach-x="5" attach-y="6" size="0"/>
327                 <label  text="5"        attach-x="5" attach-y="7"/>
328                 <led    param="level6"  attach-x="6" attach-y="1" mode="6"/>
329                 <vscale param="volume6" attach-x="6" attach-y="2" inverted="1" height="160"/>
330                 <knob   param="mod6"    attach-x="6" attach-y="3" size="1"/>
331                 <knob   param="noise6"  attach-x="6" attach-y="4" size="1"/>
332                 <knob   param="pan6"    attach-x="6" attach-y="5" type="1" size="1"/>
333                 <toggle param="solo6"   attach-x="6" attach-y="6" size="0"/>
334                 <label  text="6"        attach-x="6" attach-y="7"/>
335                 <led    param="level7"  attach-x="7" attach-y="1" mode="6"/>
336                 <vscale param="volume7" attach-x="7" attach-y="2" inverted="1" height="160"/>
337                 <knob   param="mod7"    attach-x="7" attach-y="3" size="1"/>
338                 <knob   param="noise7"  attach-x="7" attach-y="4" size="1"/>
339                 <knob   param="pan7"    attach-x="7" attach-y="5" type="1" size="1"/>
340                 <toggle param="solo7"   attach-x="7" attach-y="6" size="0"/>
341                 <label  text="7"        attach-x="7" attach-y="7"/>
342                 <led    param="level8"  attach-x="8" attach-y="1" mode="6"/>
343                 <vscale param="volume8" attach-x="8" attach-y="2" inverted="1" height="160"/>
344                 <knob   param="mod8"    attach-x="8" attach-y="3" size="1"/>
345                 <knob   param="noise8"  attach-x="8" attach-y="4" size="1"/>
346                 <knob   param="pan8"    attach-x="8" attach-y="5" type="1" size="1"/>
347                 <toggle param="solo8"   attach-x="8" attach-y="6" size="0"/>
348                 <label  text="8"        attach-x="8" attach-y="7"/>
349                 <led    param="level9"  attach-x="9" attach-y="1" mode="6"/>
350                 <vscale param="volume9" attach-x="9" attach-y="2" inverted="1" height="160"/>
351                 <knob   param="mod9"    attach-x="9" attach-y="3" size="1"/>
352                 <knob   param="noise9"  attach-x="9" attach-y="4" size="1"/>
353                 <knob   param="pan9"    attach-x="9" attach-y="5" type="1" size="1"/>
354                 <toggle param="solo9"   attach-x="9" attach-y="6" size="0"/>
355                 <label  text="9"        attach-x="9" attach-y="7"/>
356                 <led    param="level10"  attach-x="10" attach-y="1" mode="6"/>
357                 <vscale param="volume10" attach-x="10" attach-y="2" inverted="1" height="160"/>
358                 <knob   param="mod10"    attach-x="10" attach-y="3" size="1"/>
359                 <knob   param="noise10"  attach-x="10" attach-y="4" size="1"/>
360                 <knob   param="pan10"    attach-x="10" attach-y="5" type="1" size="1"/>
361                 <toggle param="solo10"   attach-x="10" attach-y="6" size="0"/>
362                 <label  text="10"        attach-x="10" attach-y="7"/>
363                 <led    param="level11"  attach-x="11" attach-y="1" mode="6"/>
364                 <vscale param="volume11" attach-x="11" attach-y="2" inverted="1" height="160"/>
365                 <knob   param="mod11"    attach-x="11" attach-y="3" size="1"/>
366                 <knob   param="noise11"  attach-x="11" attach-y="4" size="1"/>
367                 <knob   param="pan11"    attach-x="11" attach-y="5" type="1" size="1"/>
368                 <toggle param="solo11"   attach-x="11" attach-y="6" size="0"/>
369                 <label  text="11"        attach-x="11" attach-y="7"/>
370                 <led    param="level12"  attach-x="12" attach-y="1" mode="6"/>
371                 <vscale param="volume12" attach-x="12" attach-y="2" inverted="1" height="160"/>
372                 <knob   param="mod12"    attach-x="12" attach-y="3" size="1"/>
373                 <knob   param="noise12"  attach-x="12" attach-y="4" size="1"/>
374                 <knob   param="pan12"    attach-x="12" attach-y="5" type="1" size="1"/>
375                 <toggle param="solo12"   attach-x="12" attach-y="6" size="0"/>
376                 <label  text="12"        attach-x="12" attach-y="7"/>
377                 <led    param="level13"  attach-x="13" attach-y="1" mode="6"/>
378                 <vscale param="volume13" attach-x="13" attach-y="2" inverted="1" height="160"/>
379                 <knob   param="mod13"    attach-x="13" attach-y="3" size="1"/>
380                 <knob   param="noise13"  attach-x="13" attach-y="4" size="1"/>
381                 <knob   param="pan13"    attach-x="13" attach-y="5" type="1" size="1"/>
382                 <toggle param="solo13"   attach-x="13" attach-y="6" size="0"/>
383                 <label  text="13"        attach-x="13" attach-y="7"/>
384                 <led    param="level14"  attach-x="14" attach-y="1" mode="6"/>
385                 <vscale param="volume14" attach-x="14" attach-y="2" inverted="1" height="160"/>
386                 <knob   param="mod14"    attach-x="14" attach-y="3" size="1"/>
387                 <knob   param="noise14"  attach-x="14" attach-y="4" size="1"/>
388                 <knob   param="pan14"    attach-x="14" attach-y="5" type="1" size="1"/>
389                 <toggle param="solo14"   attach-x="14" attach-y="6" size="0"/>
390                 <label  text="14"        attach-x="14" attach-y="7"/>
391                 <led    param="level15"  attach-x="15" attach-y="1" mode="6"/>
392                 <vscale param="volume15" attach-x="15" attach-y="2" inverted="1" height="160"/>
393                 <knob   param="mod15"    attach-x="15" attach-y="3" size="1"/>
394                 <knob   param="noise15"  attach-x="15" attach-y="4" size="1"/>
395                 <knob   param="pan15"    attach-x="15" attach-y="5" type="1" size="1"/>
396                 <toggle param="solo15"   attach-x="15" attach-y="6" size="0"/>
397                 <label  text="15"        attach-x="15" attach-y="7"/>
398                 <led    param="level16"  attach-x="16" attach-y="1" mode="6"/>
399                 <vscale param="volume16" attach-x="16" attach-y="2" inverted="1" height="160"/>
400                 <knob   param="mod16"    attach-x="16" attach-y="3" size="1"/>
401                 <knob   param="noise16"  attach-x="16" attach-y="4" size="1"/>
402                 <knob   param="pan16"    attach-x="16" attach-y="5" type="1" size="1"/>
403                 <toggle param="solo16"   attach-x="16" attach-y="6" size="0"/>
404                 <label  text="16"        attach-x="16" attach-y="7"/>
405                 <toggle param="detectors"   attach-x="33" attach-y="1" size="0"/>
406                 <label text="Level" attach-x="33" attach-y="2" attach-h="1" expand-x="0"/>
407                 <label text="Dry" attach-x="33" attach-y="3" attach-h="1" expand-x="0"/>
408                 <label text="Noise" attach-x="33" attach-y="4" attach-h="1" expand-x="0"/>
409                 <label text="Bal" attach-x="33" attach-y="5" attach-h="1" expand-x="0"/>
410                 <label text="Solo" attach-x="33" attach-y="6" attach-h="1" expand-x="0"/>
411                 <label text="#" attach-x="33" attach-y="7"/>
412             </table>
413             <label/>
414         </hbox>
415         <hbox page="24 Bands">
416             <label/>
417             <table rows="8" cols="34" spacing-x="0" spacing-y="0" page="24 Bands">
418                  <label text="Detect" attach-x="0" attach-y="1" attach-h="1" expand-x="0"/>
419                 <label text="Level" attach-x="0" attach-y="2" attach-h="1" expand-x="0"/>
420                 <label text="Dry" attach-x="0" attach-y="3" attach-h="1" expand-x="0"/>
421                 <label text="Noise" attach-x="0" attach-y="4" attach-h="1" expand-x="0"/>
422                 <label text="Bal" attach-x="0" attach-y="5" attach-h="1" expand-x="0"/>
423                 <label text="Solo" attach-x="0" attach-y="6" attach-h="1" expand-x="0"/>
424                 <label text="#" attach-x="0" attach-y="7"/>
425                 <led    param="level1"  attach-x="1" attach-y="1" mode="6"/>
426                 <vscale param="volume1" attach-x="1" attach-y="2" inverted="1" size="1" height="160"/>
427                 <knob   param="mod1"    attach-x="1" attach-y="3" size="1"/>
428                 <knob   param="noise1"  attach-x="1" attach-y="4" size="1"/>
429                 <knob   param="pan1"    attach-x="1" attach-y="5" type="1" size="1"/>
430                 <toggle param="solo1"   attach-x="1" attach-y="6" size="0"/>
431                 <label  text="1"        attach-x="1" attach-y="7"/>
432                 <led    param="level2"  attach-x="2" attach-y="1" mode="6"/>
433                 <vscale param="volume2" attach-x="2" attach-y="2" inverted="1" size="1" height="160"/>
434                 <knob   param="mod2"    attach-x="2" attach-y="3" size="1"/>
435                 <knob   param="noise2"  attach-x="2" attach-y="4" size="1"/>
436                 <knob   param="pan2"    attach-x="2" attach-y="5" type="1" size="1"/>
437                 <toggle param="solo2"   attach-x="2" attach-y="6" size="0"/>
438                 <label  text="2"        attach-x="2" attach-y="7"/>
439                 <led    param="level3"  attach-x="3" attach-y="1" mode="6"/>
440                 <vscale param="volume3" attach-x="3" attach-y="2" inverted="1" size="1" height="160"/>
441                 <knob   param="mod3"    attach-x="3" attach-y="3" size="1"/>
442                 <knob   param="noise3"  attach-x="3" attach-y="4" size="1"/>
443                 <knob   param="pan3"    attach-x="3" attach-y="5" type="1" size="1"/>
444                 <toggle param="solo3"   attach-x="3" attach-y="6" size="0"/>
445                 <label  text="3"        attach-x="3" attach-y="7"/>
446                 <led    param="level4"  attach-x="4" attach-y="1" mode="6"/>
447                 <vscale param="volume4" attach-x="4" attach-y="2" inverted="1" size="1" height="160"/>
448                 <knob   param="mod4"    attach-x="4" attach-y="3" size="1"/>
449                 <knob   param="noise4"  attach-x="4" attach-y="4" size="1"/>
450                 <knob   param="pan4"    attach-x="4" attach-y="5" type="1" size="1"/>
451                 <toggle param="solo4"   attach-x="4" attach-y="6" size="0"/>
452                 <label  text="4"        attach-x="4" attach-y="7"/>
453                 <led    param="level5"  attach-x="5" attach-y="1" mode="6"/>
454                 <vscale param="volume5" attach-x="5" attach-y="2" inverted="1" size="1" height="160"/>
455                 <knob   param="mod5"    attach-x="5" attach-y="3" size="1"/>
456                 <knob   param="noise5"  attach-x="5" attach-y="4" size="1"/>
457                 <knob   param="pan5"    attach-x="5" attach-y="5" type="1" size="1"/>
458                 <toggle param="solo5"   attach-x="5" attach-y="6" size="0"/>
459                 <label  text="5"        attach-x="5" attach-y="7"/>
460                 <led    param="level6"  attach-x="6" attach-y="1" mode="6"/>
461                 <vscale param="volume6" attach-x="6" attach-y="2" inverted="1" size="1" height="160"/>
462                 <knob   param="mod6"    attach-x="6" attach-y="3" size="1"/>
463                 <knob   param="noise6"  attach-x="6" attach-y="4" size="1"/>
464                 <knob   param="pan6"    attach-x="6" attach-y="5" type="1" size="1"/>
465                 <toggle param="solo6"   attach-x="6" attach-y="6" size="0"/>
466                 <label  text="6"        attach-x="6" attach-y="7"/>
467                 <led    param="level7"  attach-x="7" attach-y="1" mode="6"/>
468                 <vscale param="volume7" attach-x="7" attach-y="2" inverted="1" size="1" height="160"/>
469                 <knob   param="mod7"    attach-x="7" attach-y="3" size="1"/>
470                 <knob   param="noise7"  attach-x="7" attach-y="4" size="1"/>
471                 <knob   param="pan7"    attach-x="7" attach-y="5" type="1" size="1"/>
472                 <toggle param="solo7"   attach-x="7" attach-y="6" size="0"/>
473                 <label  text="7"        attach-x="7" attach-y="7"/>
474                 <led    param="level8"  attach-x="8" attach-y="1" mode="6"/>
475                 <vscale param="volume8" attach-x="8" attach-y="2" inverted="1" size="1" height="160"/>
476                 <knob   param="mod8"    attach-x="8" attach-y="3" size="1"/>
477                 <knob   param="noise8"  attach-x="8" attach-y="4" size="1"/>
478                 <knob   param="pan8"    attach-x="8" attach-y="5" type="1" size="1"/>
479                 <toggle param="solo8"   attach-x="8" attach-y="6" size="0"/>
480                 <label  text="8"        attach-x="8" attach-y="7"/>
481                 <led    param="level9"  attach-x="9" attach-y="1" mode="6"/>
482                 <vscale param="volume9" attach-x="9" attach-y="2" inverted="1" size="1" height="160"/>
483                 <knob   param="mod9"    attach-x="9" attach-y="3" size="1"/>
484                 <knob   param="noise9"  attach-x="9" attach-y="4" size="1"/>
485                 <knob   param="pan9"    attach-x="9" attach-y="5" type="1" size="1"/>
486                 <toggle param="solo9"   attach-x="9" attach-y="6" size="0"/>
487                 <label  text="9"        attach-x="9" attach-y="7"/>
488                 <led    param="level10"  attach-x="10" attach-y="1" mode="6"/>
489                 <vscale param="volume10" attach-x="10" attach-y="2" inverted="1" size="1" height="160"/>
490                 <knob   param="mod10"    attach-x="10" attach-y="3" size="1"/>
491                 <knob   param="noise10"  attach-x="10" attach-y="4" size="1"/>
492                 <knob   param="pan10"    attach-x="10" attach-y="5" type="1" size="1"/>
493                 <toggle param="solo10"   attach-x="10" attach-y="6" size="0"/>
494                 <label  text="10"        attach-x="10" attach-y="7"/>
495                 <led    param="level11"  attach-x="11" attach-y="1" mode="6"/>
496                 <vscale param="volume11" attach-x="11" attach-y="2" inverted="1" size="1" height="160"/>
497                 <knob   param="mod11"    attach-x="11" attach-y="3" size="1"/>
498                 <knob   param="noise11"  attach-x="11" attach-y="4" size="1"/>
499                 <knob   param="pan11"    attach-x="11" attach-y="5" type="1" size="1"/>
500                 <toggle param="solo11"   attach-x="11" attach-y="6" size="0"/>
501                 <label  text="11"        attach-x="11" attach-y="7"/>
502                 <led    param="level12"  attach-x="12" attach-y="1" mode="6"/>
503                 <vscale param="volume12" attach-x="12" attach-y="2" inverted="1" size="1" height="160"/>
504                 <knob   param="mod12"    attach-x="12" attach-y="3" size="1"/>
505                 <knob   param="noise12"  attach-x="12" attach-y="4" size="1"/>
506                 <knob   param="pan12"    attach-x="12" attach-y="5" type="1" size="1"/>
507                 <toggle param="solo12"   attach-x="12" attach-y="6" size="0"/>
508                 <label  text="12"        attach-x="12" attach-y="7"/>
509                 <led    param="level13"  attach-x="13" attach-y="1" mode="6"/>
510                 <vscale param="volume13" attach-x="13" attach-y="2" inverted="1" size="1" height="160"/>
511                 <knob   param="mod13"    attach-x="13" attach-y="3" size="1"/>
512                 <knob   param="noise13"  attach-x="13" attach-y="4" size="1"/>
513                 <knob   param="pan13"    attach-x="13" attach-y="5" type="1" size="1"/>
514                 <toggle param="solo13"   attach-x="13" attach-y="6" size="0"/>
515                 <label  text="13"        attach-x="13" attach-y="7"/>
516                 <led    param="level14"  attach-x="14" attach-y="1" mode="6"/>
517                 <vscale param="volume14" attach-x="14" attach-y="2" inverted="1" size="1" height="160"/>
518                 <knob   param="mod14"    attach-x="14" attach-y="3" size="1"/>
519                 <knob   param="noise14"  attach-x="14" attach-y="4" size="1"/>
520                 <knob   param="pan14"    attach-x="14" attach-y="5" type="1" size="1"/>
521                 <toggle param="solo14"   attach-x="14" attach-y="6" size="0"/>
522                 <label  text="14"        attach-x="14" attach-y="7"/>
523                 <led    param="level15"  attach-x="15" attach-y="1" mode="6"/>
524                 <vscale param="volume15" attach-x="15" attach-y="2" inverted="1" size="1" height="160"/>
525                 <knob   param="mod15"    attach-x="15" attach-y="3" size="1"/>
526                 <knob   param="noise15"  attach-x="15" attach-y="4" size="1"/>
527                 <knob   param="pan15"    attach-x="15" attach-y="5" type="1" size="1"/>
528                 <toggle param="solo15"   attach-x="15" attach-y="6" size="0"/>
529                 <label  text="15"        attach-x="15" attach-y="7"/>
530                 <led    param="level16"  attach-x="16" attach-y="1" mode="6"/>
531                 <vscale param="volume16" attach-x="16" attach-y="2" inverted="1" size="1" height="160"/>
532                 <knob   param="mod16"    attach-x="16" attach-y="3" size="1"/>
533                 <knob   param="noise16"  attach-x="16" attach-y="4" size="1"/>
534                 <knob   param="pan16"    attach-x="16" attach-y="5" type="1" size="1"/>
535                 <toggle param="solo16"   attach-x="16" attach-y="6" size="0"/>
536                 <label  text="16"        attach-x="16" attach-y="7"/>
537                 <led    param="level17"  attach-x="17" attach-y="1" mode="6"/>
538                 <vscale param="volume17" attach-x="17" attach-y="2" inverted="1" size="1" height="160"/>
539                 <knob   param="mod17"    attach-x="17" attach-y="3" size="1"/>
540                 <knob   param="noise17"  attach-x="17" attach-y="4" size="1"/>
541                 <knob   param="pan17"    attach-x="17" attach-y="5" type="1" size="1"/>
542                 <toggle param="solo17"   attach-x="17" attach-y="6" size="0"/>
543                 <label  text="17"        attach-x="17" attach-y="7"/>
544                 <led    param="level18"  attach-x="18" attach-y="1" mode="6"/>
545                 <vscale param="volume18" attach-x="18" attach-y="2" inverted="1" size="1" height="160"/>
546                 <knob   param="mod18"    attach-x="18" attach-y="3" size="1"/>
547                 <knob   param="noise18"  attach-x="18" attach-y="4" size="1"/>
548                 <knob   param="pan18"    attach-x="18" attach-y="5" type="1" size="1"/>
549                 <toggle param="solo18"   attach-x="18" attach-y="6" size="0"/>
550                 <label  text="18"        attach-x="18" attach-y="7"/>
551                 <led    param="level19"  attach-x="19" attach-y="1" mode="6"/>
552                 <vscale param="volume19" attach-x="19" attach-y="2" inverted="1" size="1" height="160"/>
553                 <knob   param="mod19"    attach-x="19" attach-y="3" size="1"/>
554                 <knob   param="noise19"  attach-x="19" attach-y="4" size="1"/>
555                 <knob   param="pan19"    attach-x="19" attach-y="5" type="1" size="1"/>
556                 <toggle param="solo19"   attach-x="19" attach-y="6" size="0"/>
557                 <label  text="19"        attach-x="19" attach-y="7"/>
558                 <led    param="level20"  attach-x="20" attach-y="1" mode="6"/>
559                 <vscale param="volume20" attach-x="20" attach-y="2" inverted="1" size="1" height="160"/>
560                 <knob   param="mod20"    attach-x="20" attach-y="3" size="1"/>
561                 <knob   param="noise20"  attach-x="20" attach-y="4" size="1"/>
562                 <knob   param="pan20"    attach-x="20" attach-y="5" type="1" size="1"/>
563                 <toggle param="solo20"   attach-x="20" attach-y="6" size="0"/>
564                 <label  text="20"        attach-x="20" attach-y="7"/>
565                 <led    param="level21"  attach-x="21" attach-y="1" mode="6"/>
566                 <vscale param="volume21" attach-x="21" attach-y="2" inverted="1" size="1" height="160"/>
567                 <knob   param="mod21"    attach-x="21" attach-y="3" size="1"/>
568                 <knob   param="noise21"  attach-x="21" attach-y="4" size="1"/>
569                 <knob   param="pan21"    attach-x="21" attach-y="5" type="1" size="1"/>
570                 <toggle param="solo21"   attach-x="21" attach-y="6" size="0"/>
571                 <label  text="21"        attach-x="21" attach-y="7"/>
572                 <led    param="level22"  attach-x="22" attach-y="1" mode="6"/>
573                 <vscale param="volume22" attach-x="22" attach-y="2" inverted="1" size="1" height="160"/>
574                 <knob   param="mod22"    attach-x="22" attach-y="3" size="1"/>
575                 <knob   param="noise22"  attach-x="22" attach-y="4" size="1"/>
576                 <knob   param="pan22"    attach-x="22" attach-y="5" type="1" size="1"/>
577                 <toggle param="solo22"   attach-x="22" attach-y="6" size="0"/>
578                 <label  text="22"        attach-x="22" attach-y="7"/>
579                 <led    param="level23"  attach-x="23" attach-y="1" mode="6"/>
580                 <vscale param="volume23" attach-x="23" attach-y="2" inverted="1" size="1" height="160"/>
581                 <knob   param="mod23"    attach-x="23" attach-y="3" size="1"/>
582                 <knob   param="noise23"  attach-x="23" attach-y="4" size="1"/>
583                 <knob   param="pan23"    attach-x="23" attach-y="5" type="1" size="1"/>
584                 <toggle param="solo23"   attach-x="23" attach-y="6" size="0"/>
585                 <label  text="23"        attach-x="23" attach-y="7"/>
586                 <led    param="level24"  attach-x="24" attach-y="1" mode="6"/>
587                 <vscale param="volume24" attach-x="24" attach-y="2" inverted="1" size="1" height="160"/>
588                 <knob   param="mod24"    attach-x="24" attach-y="3" size="1"/>
589                 <knob   param="noise24"  attach-x="24" attach-y="4" size="1"/>
590                 <knob   param="pan24"    attach-x="24" attach-y="5" type="1" size="1"/>
591                 <toggle param="solo24"   attach-x="24" attach-y="6" size="0"/>
592                 <label  text="24"        attach-x="24" attach-y="7"/>
593                 <toggle param="detectors"   attach-x="33" attach-y="1" size="0"/>
594                 <label text="Level" attach-x="33" attach-y="2" attach-h="1" expand-x="0"/>
595                 <label text="Dry" attach-x="33" attach-y="3" attach-h="1" expand-x="0"/>
596                 <label text="Noise" attach-x="33" attach-y="4" attach-h="1" expand-x="0"/>
597                 <label text="Bal" attach-x="33" attach-y="5" attach-h="1" expand-x="0"/>
598                 <label text="Solo" attach-x="33" attach-y="6" attach-h="1" expand-x="0"/>
599                 <label text="#" attach-x="33" attach-y="7"/>
600             </table>
601             <label/>
602         </hbox>
603         <table rows="8" cols="34" spacing-x="0" spacing-y="0" page="32 Bands">
604              <label text="Detect" attach-x="0" attach-y="1" attach-h="1" expand-x="0"/>
605             <label text="Level" attach-x="0" attach-y="2" attach-h="1" expand-x="0"/>
606             <label text="Dry" attach-x="0" attach-y="3" attach-h="1" expand-x="0"/>
607             <label text="Noise" attach-x="0" attach-y="4" attach-h="1" expand-x="0"/>
608             <label text="Bal" attach-x="0" attach-y="5" attach-h="1" expand-x="0"/>
609             <label text="Solo" attach-x="0" attach-y="6" attach-h="1" expand-x="0"/>
610             <label text="#" attach-x="0" attach-y="7"/>
611             <led    param="level1"  attach-x="1" attach-y="1" mode="6"/>
612             <vscale param="volume1" attach-x="1" attach-y="2" inverted="1" size="1" height="160"/>
613             <knob   param="mod1"    attach-x="1" attach-y="3" size="1"/>
614             <knob   param="noise1"  attach-x="1" attach-y="4" size="1"/>
615             <knob   param="pan1"    attach-x="1" attach-y="5" type="1" size="1"/>
616             <toggle param="solo1"   attach-x="1" attach-y="6" size="0"/>
617             <label  text="1"        attach-x="1" attach-y="7"/>
618             <led    param="level2"  attach-x="2" attach-y="1" mode="6"/>
619             <vscale param="volume2" attach-x="2" attach-y="2" inverted="1" size="1" height="160"/>
620             <knob   param="mod2"    attach-x="2" attach-y="3" size="1"/>
621             <knob   param="noise2"  attach-x="2" attach-y="4" size="1"/>
622             <knob   param="pan2"    attach-x="2" attach-y="5" type="1" size="1"/>
623             <toggle param="solo2"   attach-x="2" attach-y="6" size="0"/>
624             <label  text="2"        attach-x="2" attach-y="7"/>
625             <led    param="level3"  attach-x="3" attach-y="1" mode="6"/>
626             <vscale param="volume3" attach-x="3" attach-y="2" inverted="1" size="1" height="160"/>
627             <knob   param="mod3"    attach-x="3" attach-y="3" size="1"/>
628             <knob   param="noise3"  attach-x="3" attach-y="4" size="1"/>
629             <knob   param="pan3"    attach-x="3" attach-y="5" type="1" size="1"/>
630             <toggle param="solo3"   attach-x="3" attach-y="6" size="0"/>
631             <label  text="3"        attach-x="3" attach-y="7"/>
632             <led    param="level4"  attach-x="4" attach-y="1" mode="6"/>
633             <vscale param="volume4" attach-x="4" attach-y="2" inverted="1" size="1" height="160"/>
634             <knob   param="mod4"    attach-x="4" attach-y="3" size="1"/>
635             <knob   param="noise4"  attach-x="4" attach-y="4" size="1"/>
636             <knob   param="pan4"    attach-x="4" attach-y="5" type="1" size="1"/>
637             <toggle param="solo4"   attach-x="4" attach-y="6" size="0"/>
638             <label  text="4"        attach-x="4" attach-y="7"/>
639             <led    param="level5"  attach-x="5" attach-y="1" mode="6"/>
640             <vscale param="volume5" attach-x="5" attach-y="2" inverted="1" size="1" height="160"/>
641             <knob   param="mod5"    attach-x="5" attach-y="3" size="1"/>
642             <knob   param="noise5"  attach-x="5" attach-y="4" size="1"/>
643             <knob   param="pan5"    attach-x="5" attach-y="5" type="1" size="1"/>
644             <toggle param="solo5"   attach-x="5" attach-y="6" size="0"/>
645             <label  text="5"        attach-x="5" attach-y="7"/>
646             <led    param="level6"  attach-x="6" attach-y="1" mode="6"/>
647             <vscale param="volume6" attach-x="6" attach-y="2" inverted="1" size="1" height="160"/>
648             <knob   param="mod6"    attach-x="6" attach-y="3" size="1"/>
649             <knob   param="noise6"  attach-x="6" attach-y="4" size="1"/>
650             <knob   param="pan6"    attach-x="6" attach-y="5" type="1" size="1"/>
651             <toggle param="solo6"   attach-x="6" attach-y="6" size="0"/>
652             <label  text="6"        attach-x="6" attach-y="7"/>
653             <led    param="level7"  attach-x="7" attach-y="1" mode="6"/>
654             <vscale param="volume7" attach-x="7" attach-y="2" inverted="1" size="1" height="160"/>
655             <knob   param="mod7"    attach-x="7" attach-y="3" size="1"/>
656             <knob   param="noise7"  attach-x="7" attach-y="4" size="1"/>
657             <knob   param="pan7"    attach-x="7" attach-y="5" type="1" size="1"/>
658             <toggle param="solo7"   attach-x="7" attach-y="6" size="0"/>
659             <label  text="7"        attach-x="7" attach-y="7"/>
660             <led    param="level8"  attach-x="8" attach-y="1" mode="6"/>
661             <vscale param="volume8" attach-x="8" attach-y="2" inverted="1" size="1" height="160"/>
662             <knob   param="mod8"    attach-x="8" attach-y="3" size="1"/>
663             <knob   param="noise8"  attach-x="8" attach-y="4" size="1"/>
664             <knob   param="pan8"    attach-x="8" attach-y="5" type="1" size="1"/>
665             <toggle param="solo8"   attach-x="8" attach-y="6" size="0"/>
666             <label  text="8"        attach-x="8" attach-y="7"/>
667             <led    param="level9"  attach-x="9" attach-y="1" mode="6"/>
668             <vscale param="volume9" attach-x="9" attach-y="2" inverted="1" size="1" height="160"/>
669             <knob   param="mod9"    attach-x="9" attach-y="3" size="1"/>
670             <knob   param="noise9"  attach-x="9" attach-y="4" size="1"/>
671             <knob   param="pan9"    attach-x="9" attach-y="5" type="1" size="1"/>
672             <toggle param="solo9"   attach-x="9" attach-y="6" size="0"/>
673             <label  text="9"        attach-x="9" attach-y="7"/>
674             <led    param="level10"  attach-x="10" attach-y="1" mode="6"/>
675             <vscale param="volume10" attach-x="10" attach-y="2" inverted="1" size="1" height="160"/>
676             <knob   param="mod10"    attach-x="10" attach-y="3" size="1"/>
677             <knob   param="noise10"  attach-x="10" attach-y="4" size="1"/>
678             <knob   param="pan10"    attach-x="10" attach-y="5" type="1" size="1"/>
679             <toggle param="solo10"   attach-x="10" attach-y="6" size="0"/>
680             <label  text="10"        attach-x="10" attach-y="7"/>
681             <led    param="level11"  attach-x="11" attach-y="1" mode="6"/>
682             <vscale param="volume11" attach-x="11" attach-y="2" inverted="1" size="1" height="160"/>
683             <knob   param="mod11"    attach-x="11" attach-y="3" size="1"/>
684             <knob   param="noise11"  attach-x="11" attach-y="4" size="1"/>
685             <knob   param="pan11"    attach-x="11" attach-y="5" type="1" size="1"/>
686             <toggle param="solo11"   attach-x="11" attach-y="6" size="0"/>
687             <label  text="11"        attach-x="11" attach-y="7"/>
688             <led    param="level12"  attach-x="12" attach-y="1" mode="6"/>
689             <vscale param="volume12" attach-x="12" attach-y="2" inverted="1" size="1" height="160"/>
690             <knob   param="mod12"    attach-x="12" attach-y="3" size="1"/>
691             <knob   param="noise12"  attach-x="12" attach-y="4" size="1"/>
692             <knob   param="pan12"    attach-x="12" attach-y="5" type="1" size="1"/>
693             <toggle param="solo12"   attach-x="12" attach-y="6" size="0"/>
694             <label  text="12"        attach-x="12" attach-y="7"/>
695             <led    param="level13"  attach-x="13" attach-y="1" mode="6"/>
696             <vscale param="volume13" attach-x="13" attach-y="2" inverted="1" size="1" height="160"/>
697             <knob   param="mod13"    attach-x="13" attach-y="3" size="1"/>
698             <knob   param="noise13"  attach-x="13" attach-y="4" size="1"/>
699             <knob   param="pan13"    attach-x="13" attach-y="5" type="1" size="1"/>
700             <toggle param="solo13"   attach-x="13" attach-y="6" size="0"/>
701             <label  text="13"        attach-x="13" attach-y="7"/>
702             <led    param="level14"  attach-x="14" attach-y="1" mode="6"/>
703             <vscale param="volume14" attach-x="14" attach-y="2" inverted="1" size="1" height="160"/>
704             <knob   param="mod14"    attach-x="14" attach-y="3" size="1"/>
705             <knob   param="noise14"  attach-x="14" attach-y="4" size="1"/>
706             <knob   param="pan14"    attach-x="14" attach-y="5" type="1" size="1"/>
707             <toggle param="solo14"   attach-x="14" attach-y="6" size="0"/>
708             <label  text="14"        attach-x="14" attach-y="7"/>
709             <led    param="level15"  attach-x="15" attach-y="1" mode="6"/>
710             <vscale param="volume15" attach-x="15" attach-y="2" inverted="1" size="1" height="160"/>
711             <knob   param="mod15"    attach-x="15" attach-y="3" size="1"/>
712             <knob   param="noise15"  attach-x="15" attach-y="4" size="1"/>
713             <knob   param="pan15"    attach-x="15" attach-y="5" type="1" size="1"/>
714             <toggle param="solo15"   attach-x="15" attach-y="6" size="0"/>
715             <label  text="15"        attach-x="15" attach-y="7"/>
716             <led    param="level16"  attach-x="16" attach-y="1" mode="6"/>
717             <vscale param="volume16" attach-x="16" attach-y="2" inverted="1" size="1" height="160"/>
718             <knob   param="mod16"    attach-x="16" attach-y="3" size="1"/>
719             <knob   param="noise16"  attach-x="16" attach-y="4" size="1"/>
720             <knob   param="pan16"    attach-x="16" attach-y="5" type="1" size="1"/>
721             <toggle param="solo16"   attach-x="16" attach-y="6" size="0"/>
722             <label  text="16"        attach-x="16" attach-y="7"/>
723             <led    param="level17"  attach-x="17" attach-y="1" mode="6"/>
724             <vscale param="volume17" attach-x="17" attach-y="2" inverted="1" size="1" height="160"/>
725             <knob   param="mod17"    attach-x="17" attach-y="3" size="1"/>
726             <knob   param="noise17"  attach-x="17" attach-y="4" size="1"/>
727             <knob   param="pan17"    attach-x="17" attach-y="5" type="1" size="1"/>
728             <toggle param="solo17"   attach-x="17" attach-y="6" size="0"/>
729             <label  text="17"        attach-x="17" attach-y="7"/>
730             <led    param="level18"  attach-x="18" attach-y="1" mode="6"/>
731             <vscale param="volume18" attach-x="18" attach-y="2" inverted="1" size="1" height="160"/>
732             <knob   param="mod18"    attach-x="18" attach-y="3" size="1"/>
733             <knob   param="noise18"  attach-x="18" attach-y="4" size="1"/>
734             <knob   param="pan18"    attach-x="18" attach-y="5" type="1" size="1"/>
735             <toggle param="solo18"   attach-x="18" attach-y="6" size="0"/>
736             <label  text="18"        attach-x="18" attach-y="7"/>
737             <led    param="level19"  attach-x="19" attach-y="1" mode="6"/>
738             <vscale param="volume19" attach-x="19" attach-y="2" inverted="1" size="1" height="160"/>
739             <knob   param="mod19"    attach-x="19" attach-y="3" size="1"/>
740             <knob   param="noise19"  attach-x="19" attach-y="4" size="1"/>
741             <knob   param="pan19"    attach-x="19" attach-y="5" type="1" size="1"/>
742             <toggle param="solo19"   attach-x="19" attach-y="6" size="0"/>
743             <label  text="19"        attach-x="19" attach-y="7"/>
744             <led    param="level20"  attach-x="20" attach-y="1" mode="6"/>
745             <vscale param="volume20" attach-x="20" attach-y="2" inverted="1" size="1" height="160"/>
746             <knob   param="mod20"    attach-x="20" attach-y="3" size="1"/>
747             <knob   param="noise20"  attach-x="20" attach-y="4" size="1"/>
748             <knob   param="pan20"    attach-x="20" attach-y="5" type="1" size="1"/>
749             <toggle param="solo20"   attach-x="20" attach-y="6" size="0"/>
750             <label  text="20"        attach-x="20" attach-y="7"/>
751             <led    param="level21"  attach-x="21" attach-y="1" mode="6"/>
752             <vscale param="volume21" attach-x="21" attach-y="2" inverted="1" size="1" height="160"/>
753             <knob   param="mod21"    attach-x="21" attach-y="3" size="1"/>
754             <knob   param="noise21"  attach-x="21" attach-y="4" size="1"/>
755             <knob   param="pan21"    attach-x="21" attach-y="5" type="1" size="1"/>
756             <toggle param="solo21"   attach-x="21" attach-y="6" size="0"/>
757             <label  text="21"        attach-x="21" attach-y="7"/>
758             <led    param="level22"  attach-x="22" attach-y="1" mode="6"/>
759             <vscale param="volume22" attach-x="22" attach-y="2" inverted="1" size="1" height="160"/>
760             <knob   param="mod22"    attach-x="22" attach-y="3" size="1"/>
761             <knob   param="noise22"  attach-x="22" attach-y="4" size="1"/>
762             <knob   param="pan22"    attach-x="22" attach-y="5" type="1" size="1"/>
763             <toggle param="solo22"   attach-x="22" attach-y="6" size="0"/>
764             <label  text="22"        attach-x="22" attach-y="7"/>
765             <led    param="level23"  attach-x="23" attach-y="1" mode="6"/>
766             <vscale param="volume23" attach-x="23" attach-y="2" inverted="1" size="1" height="160"/>
767             <knob   param="mod23"    attach-x="23" attach-y="3" size="1"/>
768             <knob   param="noise23"  attach-x="23" attach-y="4" size="1"/>
769             <knob   param="pan23"    attach-x="23" attach-y="5" type="1" size="1"/>
770             <toggle param="solo23"   attach-x="23" attach-y="6" size="0"/>
771             <label  text="23"        attach-x="23" attach-y="7"/>
772             <led    param="level24"  attach-x="24" attach-y="1" mode="6"/>
773             <vscale param="volume24" attach-x="24" attach-y="2" inverted="1" size="1" height="160"/>
774             <knob   param="mod24"    attach-x="24" attach-y="3" size="1"/>
775             <knob   param="noise24"  attach-x="24" attach-y="4" size="1"/>
776             <knob   param="pan24"    attach-x="24" attach-y="5" type="1" size="1"/>
777             <toggle param="solo24"   attach-x="24" attach-y="6" size="0"/>
778             <label  text="24"        attach-x="24" attach-y="7"/>
779             <led    param="level25"  attach-x="25" attach-y="1" mode="6"/>
780             <vscale param="volume25" attach-x="25" attach-y="2" inverted="1" size="1" height="160"/>
781             <knob   param="mod25"    attach-x="25" attach-y="3" size="1"/>
782             <knob   param="noise25"  attach-x="25" attach-y="4" size="1"/>
783             <knob   param="pan25"    attach-x="25" attach-y="5" type="1" size="1"/>
784             <toggle param="solo25"   attach-x="25" attach-y="6" size="0"/>
785             <label  text="25"        attach-x="25" attach-y="7"/>
786             <led    param="level26"  attach-x="26" attach-y="1" mode="6"/>
787             <vscale param="volume26" attach-x="26" attach-y="2" inverted="1" size="1" height="160"/>
788             <knob   param="mod26"    attach-x="26" attach-y="3" size="1"/>
789             <knob   param="noise26"  attach-x="26" attach-y="4" size="1"/>
790             <knob   param="pan26"    attach-x="26" attach-y="5" type="1" size="1"/>
791             <toggle param="solo26"   attach-x="26" attach-y="6" size="0"/>
792             <label  text="26"        attach-x="26" attach-y="7"/>
793             <led    param="level27"  attach-x="27" attach-y="1" mode="6"/>
794             <vscale param="volume27" attach-x="27" attach-y="2" inverted="1" size="1" height="160"/>
795             <knob   param="mod27"    attach-x="27" attach-y="3" size="1"/>
796             <knob   param="noise27"  attach-x="27" attach-y="4" size="1"/>
797             <knob   param="pan27"    attach-x="27" attach-y="5" type="1" size="1"/>
798             <toggle param="solo27"   attach-x="27" attach-y="6" size="0"/>
799             <label  text="27"        attach-x="27" attach-y="7"/>
800             <led    param="level28"  attach-x="28" attach-y="1" mode="6"/>
801             <vscale param="volume28" attach-x="28" attach-y="2" inverted="1" size="1" height="160"/>
802             <knob   param="mod28"    attach-x="28" attach-y="3" size="1"/>
803             <knob   param="noise28"  attach-x="28" attach-y="4" size="1"/>
804             <knob   param="pan28"    attach-x="28" attach-y="5" type="1" size="1"/>
805             <toggle param="solo28"   attach-x="28" attach-y="6" size="0"/>
806             <label  text="28"        attach-x="28" attach-y="7"/>
807             <led    param="level29"  attach-x="29" attach-y="1" mode="6"/>
808             <vscale param="volume29" attach-x="29" attach-y="2" inverted="1" size="1" height="160"/>
809             <knob   param="mod29"    attach-x="29" attach-y="3" size="1"/>
810             <knob   param="noise29"  attach-x="29" attach-y="4" size="1"/>
811             <knob   param="pan29"    attach-x="29" attach-y="5" type="1" size="1"/>
812             <toggle param="solo29"   attach-x="29" attach-y="6" size="0"/>
813             <label  text="29"        attach-x="29" attach-y="7"/>
814             <led    param="level30"  attach-x="30" attach-y="1" mode="6"/>
815             <vscale param="volume30" attach-x="30" attach-y="2" inverted="1" size="1" height="160"/>
816             <knob   param="mod30"    attach-x="30" attach-y="3" size="1"/>
817             <knob   param="noise30"  attach-x="30" attach-y="4" size="1"/>
818             <knob   param="pan30"    attach-x="30" attach-y="5" type="1" size="1"/>
819             <toggle param="solo30"   attach-x="30" attach-y="6" size="0"/>
820             <label  text="30"        attach-x="30" attach-y="7"/>
821             <led    param="level31"  attach-x="31" attach-y="1" mode="6"/>
822             <vscale param="volume31" attach-x="31" attach-y="2" inverted="1" size="1" height="160"/>
823             <knob   param="mod31"    attach-x="31" attach-y="3" size="1"/>
824             <knob   param="noise31"  attach-x="31" attach-y="4" size="1"/>
825             <knob   param="pan31"    attach-x="31" attach-y="5" type="1" size="1"/>
826             <toggle param="solo31"   attach-x="31" attach-y="6" size="0"/>
827             <label  text="31"        attach-x="31" attach-y="7"/>
828             <led    param="level32"  attach-x="32" attach-y="1" mode="6"/>
829             <vscale param="volume32" attach-x="32" attach-y="2" inverted="1" size="1" height="160"/>
830             <knob   param="mod32"    attach-x="32" attach-y="3" size="1"/>
831             <knob   param="noise32"  attach-x="32" attach-y="4" size="1"/>
832             <knob   param="pan32"    attach-x="32" attach-y="5" type="1" size="1"/>
833             <toggle param="solo32"   attach-x="32" attach-y="6" size="0"/>
834             <label  text="32"        attach-x="32" attach-y="7"/>
835             <toggle param="detectors"   attach-x="33" attach-y="1" size="0"/>
836             <label text="Level" attach-x="33" attach-y="2" attach-h="1" expand-x="0"/>
837             <label text="Dry" attach-x="33" attach-y="3" attach-h="1" expand-x="0"/>
838             <label text="Noise" attach-x="33" attach-y="4" attach-h="1" expand-x="0"/>
839             <label text="Bal" attach-x="33" attach-y="5" attach-h="1" expand-x="0"/>
840             <label text="Solo" attach-x="33" attach-y="6" attach-h="1" expand-x="0"/>
841             <label text="#" attach-x="33" attach-y="7"/>
842         </table>
843     </notebook>
844 </vbox>