3 <vbox spacing="20" expand="0" fill="0">
4 <vbox expand="0" fill="0" spacing="7" >
5 <label param="bypass" expand="0" fill="0" />
6 <align><toggle param="bypass" shrink="1" size="2"/></align>
8 <vbox expand="0" fill="0" spacing="7">
9 <label param="range" expand="0" fill="0" expand-y="0" fill-y="0" />
10 <knob param="range" size="5" expand="1" fill="1" />
11 <value param="range" />
13 <vbox expand="1" fill="1">
14 <label expand="1" fill="1" />
21 <table expand="0" fill="0" rows="3" cols="3">
22 <label param="meter_in" expand-x="0" fill-x="0" attach-x="0" attach-y="0" />
23 <vumeter param="meter_in" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="0" expand-x="1" fill-x="1" />
24 <led param="clip_in" mode="0" expand-x="0" fill-x="0" attach-x="2" attach-y="0" />
26 <label param="meter_out" expand-x="0" fill-x="0" attach-x="0" attach-y="1" />
27 <vumeter param="meter_out" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" expand-x="1" fill-x="1" />
28 <led param="clip_out" mode="1" expand-x="0" fill-x="0" attach-x="2" attach-y="1" />
30 <label param="gating" expand-x="0" fill-x="0" attach-x="0" attach-y="2" />
31 <vumeter param="gating" position="2" mode="2" hold="1.5" expand-x="1" fill-x="1" attach-x="1" attach-y="2" attach-w="2" />
34 <table expand="1" rows="2" cols="3" homogeneous="1">
35 <vbox expand="0" attach-x="0" attach-y="0">
36 <label param="attack" />
37 <knob param="attack" />
38 <value param="attack" />
40 <vbox expand="0" attach-x="1" attach-y="0">
41 <label param="release" />
42 <knob param="release" />
43 <value param="release" />
45 <vbox expand="0" attach-x="2" attach-y="0">
46 <label param="knee" />
48 <value param="knee" />
50 <vbox expand="0" attach-x="0" attach-y="1">
51 <label param="ratio" />
52 <knob param="ratio" />
53 <value param="ratio" />
55 <vbox expand="0" attach-x="1" attach-y="1">
56 <label param="threshold" />
57 <knob param="threshold"/>
58 <value param="threshold" />
60 <vbox expand="0" attach-x="2" attach-y="1">
61 <label param="makeup" />
62 <knob param="makeup" />
63 <value param="makeup" />
68 <frame label="Options">
69 <vbox spacing="10" pad-x="5" fill-y="0" expand-y="0">
70 <vbox expand="1" expand-y="0" expand-x="1" fill-x="1">
71 <label param="stereo_link" expand-y="0" fill-y="0"/>
73 <hbox expand="0" fill-y="0" expand-x="1" fill-x="1">
74 <radio param="stereo_link" value="Average" expand-x="1" fill-x="1"/>
75 <radio param="stereo_link" value="Maximum" expand-x="1" fill-x="1"/>
79 <vbox expand="1" expand-y="0">
80 <label param="detection" expand-y="0" fill-y="0" expand-x="1" fill-x="1"/>
82 <hbox expand="0" fill-y="0" expand-x="1" fill-x="1" >
83 <radio param="detection" value="RMS" expand-x="1" fill-x="1"/>
84 <radio param="detection" value="Peak" expand-x="1" fill-x="1"/>
93 <frame label="Gating">
95 <if cond="directlink">
96 <line-graph refresh="1" width="340" height="340" param="gating" square="1" expand="1" fill="1"/>