LineGraph: z axis for lo and hi pass handles
[calf.git] / gui / gui-sidechainlimiter.xml
blob53e231568bcdb1e23840558ac4a6da2f0f515d4f
1 <vbox spacing="5">
2     <table expand-y="0" expand-x="1" spacing="5" rows="4" cols="8">
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="level_sc" attach-x="3" attach-y="0" expand-x="0" />
16         <knob param="level_sc" attach-x="3" attach-y="1" attach-h="2" expand-x="0" type="1" />
17         <value param="level_sc" attach-x="3" attach-y="3" expand-x="0" />
18         
19         <label attach-x="4" attach-y="0" expand-x="1" text="S/C level" />
20         <vumeter param="meter_inL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="1" expand-x="1" />
21         <vumeter param="meter_inR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="2" expand-x="1" />
22         
23         <label param="bypass" attach-x="5" attach-y="0" expand-x="0" />
24         <toggle param="bypass" attach-x="5" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
25         
26         <label attach-x="6" attach-y="0" expand-x="1" text="Output level"/>
27         <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="6" attach-y="1" expand-x="1" />
28         <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="6" attach-y="2" expand-x="1" />
29         
30         <label attach-x="7" attach-y="0" expand-x="0" text="Clip"/>
31         <led param="clip_outL" mode="1" attach-x="7" attach-y="1" expand-x="0" />
32         <led param="clip_outR" mode="1" attach-x="7" attach-y="2" expand-x="0" />
33         
34         <label param="level_out" attach-x="8" attach-y="0" expand-x="0" />
35         <knob param="level_out" attach-x="8" attach-y="1" attach-h="2" expand-x="0" type="1" />
36         <value param="level_out" attach-x="8" attach-y="3" expand-x="0" />
37     </table>
39     <frame label="X-Over" attach-x="1" attach-y="0">
40         <vbox>
41             <align align-x="1.0" scale-x="0.1" scale-y="1.0">
42                 <hbox spacing="8">
43                     <label param="mode"/>
44                     <combo param="mode"/>
45                 </hbox>
46             </align>
47             <if cond="directlink">
48                 <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"/>
49             </if>
50         </vbox>
51     </frame>
52         
53     <frame label="Limit" expand="0" fill="1" attach-x="0" attach-y="0">
54         <hbox spacing="2">
55             <vbox>
56                  <label param="oversampling"/>
57                  <knob param="oversampling" size="3"/>
58                  <value param="oversampling"/>
59             </vbox>
60             <vbox>
61                 <label param="attack" />
62                 <knob param="attack" size="3"/>
63                 <value param="attack" />
64             </vbox>
65             <vbox>
66                 <label param="release" />
67                 <knob param="release" size="3" />
68                 <value param="release" />
69             </vbox>
70             
71             <vbox>
72                 <label text="Limit"/>
73                 <knob param="limit" size="5" type="2" />
74                 <value param="limit" />
75             </vbox>
76             
77             <vbox>
78                 <label param="asc_coeff" />
79                 <knob param="asc_coeff" type="1" size="3" />
80                 <value param="asc_coeff" />
81             </vbox>
82             
83             <align><vbox homogeneous="1">
84                 <label param="asc" />
85                 <toggle param="asc" />
86                 <align><led param="asc_led"/></align>
87             </vbox></align>
88             
89             <align><vbox homogeneous="1">
90                 <label param="minrel" />
91                 <toggle param="minrel" />
92                 <label />
93             </vbox></align>
94             
95         </hbox>
96     </frame>
97     
98     <hbox attach-x="1" attach-y="1">
99         <frame label="Sub Band">
100             <vbox>
101                 <hbox>
102                     <vbox>
103                         <label text="Release"/>
104                         <knob param="release0" size="2" type="1" />
105                         <value param="effrelease0" />
106                     </vbox>
107                     <vbox>
108                          <label param="solo0"/>
109                          <toggle param="solo0" size="1"/>
110                          <label/>
111                     </vbox>
112                     <vbox>
113                         <label text="Weight" />
114                         <knob param="weight0" size="2" type="1" />
115                         <value param="weight0" />
116                     </vbox>
117                 </hbox>
118                 <vumeter param="att0" mode="2" hold="1.5" falloff="2.5" position="2"/>
119             </vbox>
120         </frame>
121         <frame label="Low Band">
122             <vbox>
123                 <hbox>
124                     <vbox>
125                         <label text="Release"/>
126                         <knob param="release1" size="2" type="1" />
127                         <value param="effrelease1" />
128                     </vbox>
129                     <vbox>
130                          <label param="solo1"/>
131                          <toggle param="solo1" size="1"/>
132                          <label/>
133                     </vbox>
134                     <vbox>
135                         <label text="Weight" />
136                         <knob param="weight1" size="2" type="1" />
137                         <value param="weight1" />
138                     </vbox>
139                 </hbox>
140                 <vumeter param="att1" mode="2" hold="1.5" falloff="2.5" position="2"/>
141             </vbox>
142         </frame>
143         <frame label="Mid Band">
144             <vbox>
145                 <hbox>
146                     <vbox>
147                         <label text="Release"/>
148                         <knob param="release2" size="2" type="1" />
149                         <value param="effrelease2" />
150                     </vbox>
151                     <vbox>
152                          <label param="solo2"/>
153                          <toggle param="solo2" size="1"/>
154                          <label/>
155                     </vbox>
156                     <vbox>
157                         <label text="Weight" />
158                         <knob param="weight2" size="2" type="1" />
159                         <value param="weight2" />
160                     </vbox>
161                 </hbox>
162                 <vumeter param="att2" mode="2" hold="1.5" falloff="2.5" position="2"/>
163             </vbox>
164         </frame>
165         <frame label="High Band">
166             <vbox>
167                 <hbox>
168                     <vbox>
169                         <label text="Release"/>
170                         <knob param="release3" size="2" type="1" />
171                         <value param="effrelease3" />
172                     </vbox>
173                     <vbox>
174                          <label param="solo3"/>
175                          <toggle param="solo3" size="1"/>
176                          <label/>
177                     </vbox>
178                     <vbox>
179                         <label text="Weight" />
180                         <knob param="weight3" size="2" type="1" />
181                         <value param="weight3" />
182                     </vbox>
183                 </hbox>
184                 <vumeter param="att3" mode="2" hold="1.5" falloff="2.5" position="2"/>
185             </vbox>
186         </frame>
187         <frame label="SIDE CHAIN">
188             <vbox>
189                 <hbox>
190                     <vbox>
191                         <label text="Release"/>
192                         <knob param="release_sc" size="2" type="1" />
193                         <value param="effrelease_sc" />
194                     </vbox>
195                     <vbox>
196                          <label param="solo_sc"/>
197                          <toggle param="solo_sc" size="2"/>
198                          <label/>
199                     </vbox>
200                     <vbox>
201                         <label text="Weight" />
202                         <knob param="weight_sc" size="2" type="1" />
203                         <value param="weight_sc" />
204                     </vbox>
205                 </hbox>
206                 <vumeter param="att_sc" mode="2" hold="1.5" falloff="2.5" position="2"/>
207             </vbox>
208         </frame>
209     </hbox>
210         
211 </vbox>