New rack rack-ears
[calf.git] / gui / gui-multibandlimiter.xml
blobb494f0ebddd1fd1c18d7b17fd1cfad77462e7a9c
1 <vbox spacing="5">
2     <table expand-y="0" expand-x="1" spacing="5" rows="1" cols="7">
3         <label param="level_in" attach-x="0" attach-y="0" expand-x="0" />
4         <knob param="level_in" attach-x="0" attach-y="1" attach-h="2" expand-x="0" type="1" />
5         <value param="level_in" attach-x="0" attach-y="3" expand-x="0" />
6         
7         <label attach-x="1" attach-y="0" expand-x="1" text="Input level" />
8         <vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" />
9         <vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="2" expand-x="1" />
10         
11         <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
12         <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
13         <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
14         
15         <label param="bypass" attach-x="3" attach-y="0" expand-x="0" />
16         <toggle param="bypass" attach-x="3" attach-y="1" attach-h="2" expand-x="0"/>
17         
18         <label param="mode" attach-x="4" attach-y="0" expand-x="0"/>
19         <combo param="mode" attach-x="4" attach-y="1" expand-x="0" attach-h="2"/>
20             
21         <label attach-x="5" attach-y="0" expand-x="1" text="Output level"/>
22         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="1" expand-x="1" />
23         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
24         
25         <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
26         <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
27         <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
28         
29         <label param="level_out" attach-x="7" attach-y="0" expand-x="0" />
30         <knob param="level_out" attach-x="7" attach-y="1" attach-h="2" expand-x="0" type="1" />
31         <value param="level_out" attach-x="7" attach-y="3" expand-x="0" />
32     </table>
34     <frame label="X-Over" attach-x="1" attach-y="0">
35         <if cond="directlink">
36             <line-graph refresh="1" width="320" height="130" param="freq0" expand="1" fill="1" crosshairs="1" freqhandles="5" enforce-handle-order="1" handle1-x="freq0" handle2-x="freq1" handle3-x="freq2"/>
37         </if>
38     </frame>
39         
40     <frame label="Limit" expand="0" fill="1" attach-x="0" attach-y="0">
41         <hbox spacing="2">
42             <vbox>
43                  <label param="oversampling"/>
44                  <knob param="oversampling" size="3"/>
45                  <value param="oversampling"/>
46             </vbox>
47             <vbox>
48                 <label param="attack" />
49                 <knob param="attack" size="3"/>
50                 <value param="attack" />
51             </vbox>
52             <vbox>
53                 <label param="release" />
54                 <knob param="release" size="3" />
55                 <value param="release" />
56             </vbox>
57             
58             <vbox>
59                 <label text="Limit"/>
60                 <knob param="limit" size="5" type="2" />
61                 <value param="limit" />
62             </vbox>
63             
64             <vbox>
65                 <label param="asc_coeff" />
66                 <knob param="asc_coeff" type="1" size="3" />
67                 <value param="asc_coeff" />
68             </vbox>
69             
70             <align><vbox homogeneous="1">
71                 <label param="asc" />
72                 <toggle param="asc" />
73                 <align><led param="asc_led"/></align>
74             </vbox></align>
75             
76             <align><vbox homogeneous="1">
77                 <label param="minrel" />
78                 <toggle param="minrel" />
79                 <label />
80             </vbox></align>
81             
82         </hbox>
83     </frame>
84     
85     <hbox attach-x="1" attach-y="1">
86         <frame label="Sub Band">
87             <vbox>
88                 <hbox>
89                     <vbox>
90                         <label text="Release"/>
91                         <knob param="release0" size="2" type="1" />
92                         <value param="effrelease0" />
93                     </vbox>
94                     <vbox>
95                          <label param="solo0"/>
96                          <toggle param="solo0" size="1"/>
97                          <label/>
98                     </vbox>
99                     <vbox>
100                         <label text="Weight" />
101                         <knob param="weight0" size="2" type="1" />
102                         <value param="weight0" />
103                     </vbox>
104                 </hbox>
105                 <vumeter param="att0" mode="2" hold="1.5" falloff="2.5" position="2"/>
106             </vbox>
107         </frame>
108         <frame label="Low Band">
109             <vbox>
110                 <hbox>
111                     <vbox>
112                         <label text="Release"/>
113                         <knob param="release1" size="2" type="1" />
114                         <value param="effrelease1" />
115                     </vbox>
116                     <vbox>
117                          <label param="solo1"/>
118                          <toggle param="solo1" size="1"/>
119                          <label/>
120                     </vbox>
121                     <vbox>
122                         <label text="Weight" />
123                         <knob param="weight1" size="2" type="1" />
124                         <value param="weight1" />
125                     </vbox>
126                 </hbox>
127                 <vumeter param="att1" mode="2" hold="1.5" falloff="2.5" position="2"/>
128             </vbox>
129         </frame>
130         <frame label="Mid Band">
131             <vbox>
132                 <hbox>
133                     <vbox>
134                         <label text="Release"/>
135                         <knob param="release2" size="2" type="1" />
136                         <value param="effrelease2" />
137                     </vbox>
138                     <vbox>
139                          <label param="solo2"/>
140                          <toggle param="solo2" size="1"/>
141                          <label/>
142                     </vbox>
143                     <vbox>
144                         <label text="Weight" />
145                         <knob param="weight2" size="2" type="1" />
146                         <value param="weight2" />
147                     </vbox>
148                 </hbox>
149                 <vumeter param="att2" mode="2" hold="1.5" falloff="2.5" position="2"/>
150             </vbox>
151         </frame>
152         <frame label="High Band">
153             <vbox>
154                 <hbox>
155                     <vbox>
156                         <label text="Release"/>
157                         <knob param="release3" size="2" type="1" />
158                         <value param="effrelease3" />
159                     </vbox>
160                     <vbox>
161                          <label param="solo3"/>
162                          <toggle param="solo3" size="1"/>
163                          <label/>
164                     </vbox>
165                     <vbox>
166                         <label text="Weight" />
167                         <knob param="weight3" size="2" type="1" />
168                         <value param="weight3" />
169                     </vbox>
170                 </hbox>
171                 <vumeter param="att3" mode="2" hold="1.5" falloff="2.5" position="2"/>
172             </vbox>
173         </frame>
174     </hbox>
175         
176 </vbox>