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="250" param="ls_freq" expand="1" fill="1" zoom="zoom" crosshairs="1" freqhandles="12" handle1-x="hp_freq" style1="1" label1="HP" active1="hp_active" handle2-x="ls_freq" handle2-y="ls_level" label2="LS" active2="ls_active" handle3-x="p1_freq" handle3-y="p1_level" handle3-z="p1_q" label3="I" active3="p1_active" handle4-x="p2_freq" handle4-y="p2_level" handle4-z="p2_q" label4="II" active4="p2_active" handle5-x="p3_freq" handle5-y="p3_level" handle5-z="p3_q" label5="III" active5="p3_active" handle6-x="p4_freq" handle6-y="p4_level" handle6-z="p4_q" label6="IV" active6="p4_active" handle7-x="hs_freq" handle7-y="hs_level" label7="HS" active7="hs_active" handle8-x="lp_freq" style8="4" label8="LP" active8="lp_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="Highpass">
60 <combo param="hp_active"/>
62 <label param="hp_freq" text="Frequency"/>
63 <knob param="hp_freq" size="3"/>
64 <value param="hp_freq" />
66 <label param="hp_mode" text="Rolloff"/>
67 <combo param="hp_mode" />
72 <frame label="Lowshelf">
74 <combo size="1" param="ls_active" />
76 <label param="ls_freq" text="Frequency"/>
77 <knob param="ls_freq"/>
78 <value param="ls_freq" align-y="0"/>
80 <label param="ls_level" text="Level"/>
81 <knob param="ls_level" type="1"/>
82 <value param="ls_level" />
87 <frame label="Parametrics" attach-x="1" attach-y="1">
88 <table rows="4" cols="5">
89 <label text="Freq" attach-x="0" attach-y="1" />
90 <label text="Level" attach-x="0" attach-y="2" />
91 <label text="Q" attach-x="0" attach-y="3" />
92 <label text="Active" attach-x="0" attach-y="0" />
94 <vbox attach-x="1" attach-y="1">
95 <knob param="p1_freq" />
96 <value param="p1_freq" />
98 <vbox attach-x="1" attach-y="2">
99 <knob param="p1_level" type="1" />
100 <value param="p1_level" />
102 <vbox attach-x="1" attach-y="3">
103 <knob param="p1_q" />
104 <value param="p1_q" />
106 <vbox attach-x="1" attach-y="0">
107 <combo size="1" param="p1_active" />
109 <vbox attach-x="2" attach-y="1">
110 <knob param="p2_freq" />
111 <value param="p2_freq" />
113 <vbox attach-x="2" attach-y="2">
114 <knob param="p2_level" type="1" />
115 <value param="p2_level" />
117 <vbox attach-x="2" attach-y="3">
118 <knob param="p2_q" />
119 <value param="p2_q" />
121 <vbox attach-x="2" attach-y="0">
122 <combo size="1" param="p2_active" />
124 <vbox attach-x="3" attach-y="1">
125 <knob param="p3_freq" />
126 <value param="p3_freq" />
128 <vbox attach-x="3" attach-y="2">
129 <knob param="p3_level" type="1" />
130 <value param="p3_level" />
132 <vbox attach-x="3" attach-y="3">
133 <knob param="p3_q" />
134 <value param="p3_q" />
136 <vbox attach-x="3" attach-y="0">
137 <combo size="1" param="p3_active" />
139 <vbox attach-x="4" attach-y="1">
140 <knob param="p4_freq" />
141 <value param="p4_freq" />
143 <vbox attach-x="4" attach-y="2">
144 <knob param="p4_level" type="1" />
145 <value param="p4_level" />
147 <vbox attach-x="4" attach-y="3">
148 <knob param="p4_q" />
149 <value param="p4_q" />
151 <vbox attach-x="4" attach-y="0">
152 <combo size="1" param="p4_active" />
158 <frame label="Highshelf">
160 <combo size="1" param="hs_active" />
162 <label param="hs_freq" text="Frequency"/>
163 <knob param="hs_freq"/>
164 <value param="hs_freq" align-y="0"/>
166 <label param="hs_level" text="Level"/>
167 <knob param="hs_level" type="1"/>
168 <value param="hs_level" />
173 <frame label="Lowpass">
175 <combo param="lp_active"/>
177 <label param="lp_freq" text="Frequency"/>
178 <knob param="lp_freq" size="3" />
179 <value param="lp_freq" />
181 <label param="lp_mode" text="Rolloff"/>
182 <combo param="lp_mode" />