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" />
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" />
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" />
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"/>
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" />
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" />
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" />
31 <if cond="directlink">
32 <frame label="Frequency Response" attach-x="1" attach-y="0">
33 <table cols="3" rows="1">
34 <line-graph attach-x="1" attach-y="1" refresh="1" height="200" width="500" param="ls_freq" expand="1" fill="1" zoom="zoom" crosshairs="1" freqhandles="12" handle1-x="ls_freq" handle1-y="ls_level" label1="LS" active1="ls_active" handle2-x="p1_freq" handle2-y="p1_level" handle2-z="p1_q" label2="I" active2="p1_active" handle3-x="p2_freq" handle3-y="p2_level" handle3-z="p2_q" label3="II" active3="p2_active" handle4-x="p3_freq" handle4-y="p3_level" handle4-z="p3_q" label4="III" active4="p3_active" handle5-x="hs_freq" handle5-y="hs_level" label5="HS" active5="hs_active"/>
35 <vbox attach-x="2" attach-y="1" spacing="3" expand-x="0" fill-x="0">
37 <vscale param="zoom" inverted="1"/>
40 <align attach-x="1" attach-y="0" align-x="1.0">
41 <hbox expand="0" fill="0" spacing="30">
42 <hbox expand="0" fill="0" spacing="10">
43 <label text="Individual Graphs"/>
44 <toggle size="1" param="individuals"/>
46 <hbox expand="0" fill="0" spacing="10">
47 <label text="Analyzer"/>
48 <toggle size="1" param="analyzer"/>
49 <combo param="analyzer_mode"/>
58 <frame label="Lowshelf">
60 <combo size="1" param="ls_active" />
62 <label param="ls_freq" text="Frequency"/>
63 <knob param="ls_freq"/>
64 <value param="ls_freq" align-y="0"/>
66 <label param="ls_level" text="Level"/>
67 <knob param="ls_level" type="1"/>
68 <value param="ls_level" />
73 <frame label="Parametrics" attach-x="1" attach-y="1">
74 <table rows="4" cols="4">
75 <label text="Freq" attach-x="0" attach-y="1" />
76 <label text="Level" attach-x="0" attach-y="2" />
77 <label text="Q" attach-x="0" attach-y="3" />
78 <label text="Active" attach-x="0" attach-y="0" />
80 <vbox attach-x="1" attach-y="1">
81 <knob param="p1_freq" />
82 <value param="p1_freq" />
84 <vbox attach-x="1" attach-y="2">
85 <knob param="p1_level" type="1" />
86 <value param="p1_level" />
88 <vbox attach-x="1" attach-y="3">
90 <value param="p1_q" />
92 <vbox attach-x="1" attach-y="0">
93 <combo size="1" param="p1_active" />
95 <vbox attach-x="2" attach-y="1">
96 <knob param="p2_freq" />
97 <value param="p2_freq" />
99 <vbox attach-x="2" attach-y="2">
100 <knob param="p2_level" type="1" />
101 <value param="p2_level" />
103 <vbox attach-x="2" attach-y="3">
104 <knob param="p2_q" />
105 <value param="p2_q" />
107 <vbox attach-x="2" attach-y="0">
108 <combo size="1" param="p2_active" />
110 <vbox attach-x="3" attach-y="1">
111 <knob param="p3_freq" />
112 <value param="p3_freq" />
114 <vbox attach-x="3" attach-y="2">
115 <knob param="p3_level" type="1" />
116 <value param="p3_level" />
118 <vbox attach-x="3" attach-y="3">
119 <knob param="p3_q" />
120 <value param="p3_q" />
122 <vbox attach-x="3" attach-y="0">
123 <combo size="1" param="p3_active" />
129 <frame label="Highshelf">
131 <combo size="1" param="hs_active" />
133 <label param="hs_freq" text="Frequency"/>
134 <knob param="hs_freq"/>
135 <value param="hs_freq" align-y="0"/>
137 <label param="hs_level" text="Level"/>
138 <knob param="hs_level" type="1"/>
139 <value param="hs_level" />