3 <vbox spacing="20" expand="0" fill="0">
4 <vbox attach-x="0" attach-y="0" expand="0" fill="0" pad-x="7" pad-y="7" spacing="7" >
5 <label param="bypass" expand="0" fill="0" />
6 <align><toggle param="bypass" icon="bypass" shrink="1" size="2"/></align>
9 <vbox attach-x="0" attach-y="1" expand="0" fill="0" pad-y="20" pad-x="7" spacing="5">
10 <label param="range" expand="0" fill="0" expand-y="0" fill-y="0" />
11 <knob param="range" size="5" type="2" expand="1" fill="1" ticks="0 0.0625 0.25 0"/>
12 <value param="range" />
19 <table expand="0" fill="0" rows="2" cols="3">
20 <label param="meter_in" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
21 <vumeter param="meter_in" expand-y="0" fill-y="0" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" expand-x="1" fill-x="1" />
22 <led param="clip_in" mode="0" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="2" attach-y="0" />
24 <label param="meter_out" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="0" attach-y="1" />
25 <vumeter param="meter_out" expand-y="0" fill-y="0" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" fill-x="1" />
26 <led param="clip_out" mode="1" expand-y="0" fill-y="0" expand-x="0" fill-x="0" attach-x="2" attach-y="1" />
29 <table expand="1" rows="2" cols="3" homogeneous="1">
30 <vbox attach-x="0" attach-y="0">
31 <label param="attack" />
32 <knob param="attack" ticks="0 1 10 100 2000" />
33 <value param="attack" />
35 <vbox attach-x="1" attach-y="0">
36 <label param="release" />
37 <knob param="release" ticks="0 1 10 100 2000" />
38 <value param="release" />
40 <vbox attach-x="2" attach-y="0">
41 <label param="knee" />
42 <knob param="knee" ticks="1 2 4 8" />
43 <value param="knee" />
45 <vbox attach-x="0" attach-y="1">
46 <label param="ratio" />
47 <knob param="ratio" ticks="1 2 5 21" />
48 <value param="ratio" />
50 <vbox attach-x="1" attach-y="1">
51 <label param="threshold" />
52 <knob param="threshold"/>
53 <value param="threshold" />
55 <vbox attach-x="2" attach-y="1">
56 <label param="makeup" />
57 <knob param="makeup" />
58 <value param="makeup" />
63 <frame label="Sidechain">
66 <label text="Active" expand="0" fill="0" />
67 <toggle param="sc_route" icon="sc_comp" fill="0" expand="0"/>
71 <label text="Level" expand="0" fill="0" attach-x="0" attach-y="3" />
72 <knob param="sc_level" size="2" expand="0" fill="0" type="1" attach-x="1" attach-y="3"/>
73 <value param="sc_level" expand="0" fill="0" attach-x="2" attach-y="3" />
76 <label text="Listen" expand="0" fill="0" />
77 <toggle param="sc_listen" icon="listen" fill="0" expand="0"/>
85 <frame label="Gating">
87 <if cond="directlink">
88 <line-graph refresh="1" width="265" height="265" param="bypass" square="1" expand="1" fill="1"/>
90 <vumeter param="gating" position="2" mode="2" hold="1.5" />
96 <frame label="Options">
97 <hbox homogeneous="1">
99 <label param="stereo_link" expand-y="0" fill-y="0"/>
100 <combo param="stereo_link"/>
103 <label param="detection" expand-y="0" fill-y="0" expand-x="1" fill-x="1"/>
104 <combo param="detection"/>
109 <if cond="directlink">
110 <frame label="S/C Filter">
112 <line-graph refresh="1" width="235" height="112" param="sc_listen" expand="1" fill="1" crosshairs="1" freqhandles="4" handle1-x="f1_freq" label1="F1" handle2-x="f2_freq" label2="F2" active1="f1_active" active2="f2_active" />
113 <combo param="sc_mode" fill="0" expand="0" />
119 <frame label="Filter 1">
122 <label text="Active" />
123 <led param="f1_active" mode="7"/>
127 <label text="Freq" />
128 <knob param="f1_freq" size="2" ticks="10 100 1000 18000" />
129 <value param="f1_freq" />
132 <label text="Level" />
133 <knob param="f1_level" type="1" size="2" />
134 <value param="f1_level" />
139 <frame label="Filter 2">
142 <label text="Active" />
143 <led param="f2_active" mode="7"/>
147 <label text="Freq" />
148 <knob param="f2_freq" size="2" ticks="10 100 1000 18000" />
149 <value param="f2_freq" />
152 <label text="Level" />
153 <knob param="f2_level" type="1" size="2" />
154 <value param="f2_level" />