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