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" />
10 <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="1" attach-y="3" expand-x="1" />
12 <label attach-x="2" attach-y="0" expand-x="0" text="Clip" />
13 <led param="clip_inL" attach-x="2" attach-y="1" expand-x="0" />
14 <led param="clip_inR" attach-x="2" attach-y="2" expand-x="0" />
16 <label param="bypass" attach-x="3" attach-y="0" expand-x="0" />
17 <toggle param="bypass" attach-x="3" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
19 <label attach-x="4" attach-y="0" expand-x="1" text="Output level"/>
20 <vumeter param="meter_outL" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="1" expand-x="1" />
21 <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="4" attach-y="2" expand-x="1" />
22 <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="4" attach-y="3" expand-x="1" />
24 <label attach-x="5" attach-y="0" expand-x="0" text="Clip"/>
25 <led param="clip_outL" mode="1" attach-x="5" attach-y="1" expand-x="0" />
26 <led param="clip_outR" mode="1" attach-x="5" attach-y="2" expand-x="0" />
28 <label param="level_out" attach-x="6" attach-y="0" expand-x="0" />
29 <knob param="level_out" attach-x="6" attach-y="1" attach-h="2" expand-x="0" type="1" />
30 <value param="level_out" attach-x="6" attach-y="3" expand-x="0" />
33 <align attach-x="0" attach-y="0" attach-w="2" align-x="1.0">
34 <hbox expand="0" fill="0" spacing="30">
35 <hbox expand="0" fill="0" spacing="10">
36 <label text="Individual Graphs"/>
37 <toggle size="1" param="individuals"/>
39 <hbox expand="0" fill="0" spacing="10">
40 <label text="Analyzer"/>
41 <toggle size="1" param="analyzer"/>
42 <combo param="analyzer_mode"/>
46 <frame attach-x="0" attach-y="1" label="Frequency Response">
47 <table rows="1" cols="2">
48 <if cond="directlink">
49 <line-graph attach-x="0" attach-y="0" 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"/>
51 <vbox spacing="3" attach-x="1" attach-y="0" expand-x="0" fill-x="0" >
52 <label text="Zoom" expand="0" fill="0"/>
53 <vscale param="zoom" inverted="1" expand="0" fill="0"/>
54 <value param="zoom" expand="0" fill="0"/>
60 <frame label="Lowshelf">
62 <combo size="1" param="ls_active" />
64 <label param="ls_freq" text="Frequency"/>
65 <knob param="ls_freq"/>
66 <value param="ls_freq" align-y="0"/>
68 <label param="ls_level" text="Level"/>
69 <knob param="ls_level" type="1"/>
70 <value param="ls_level" />
75 <frame label="Parametrics" attach-x="1" attach-y="1">
76 <table rows="4" cols="4">
77 <label text="Freq" attach-x="0" attach-y="1" />
78 <label text="Level" attach-x="0" attach-y="2" />
79 <label text="Q" attach-x="0" attach-y="3" />
80 <label text="Active" attach-x="0" attach-y="0" />
82 <vbox attach-x="1" attach-y="1">
83 <knob param="p1_freq" />
84 <value param="p1_freq" />
86 <vbox attach-x="1" attach-y="2">
87 <knob param="p1_level" type="1" />
88 <value param="p1_level" />
90 <vbox attach-x="1" attach-y="3">
92 <value param="p1_q" />
94 <vbox attach-x="1" attach-y="0">
95 <combo size="1" param="p1_active" />
97 <vbox attach-x="2" attach-y="1">
98 <knob param="p2_freq" />
99 <value param="p2_freq" />
101 <vbox attach-x="2" attach-y="2">
102 <knob param="p2_level" type="1" />
103 <value param="p2_level" />
105 <vbox attach-x="2" attach-y="3">
106 <knob param="p2_q" />
107 <value param="p2_q" />
109 <vbox attach-x="2" attach-y="0">
110 <combo size="1" param="p2_active" />
112 <vbox attach-x="3" attach-y="1">
113 <knob param="p3_freq" />
114 <value param="p3_freq" />
116 <vbox attach-x="3" attach-y="2">
117 <knob param="p3_level" type="1" />
118 <value param="p3_level" />
120 <vbox attach-x="3" attach-y="3">
121 <knob param="p3_q" />
122 <value param="p3_q" />
124 <vbox attach-x="3" attach-y="0">
125 <combo size="1" param="p3_active" />
131 <frame label="Highshelf">
133 <combo size="1" param="hs_active" />
135 <label param="hs_freq" text="Frequency"/>
136 <knob param="hs_freq"/>
137 <value param="hs_freq" align-y="0"/>
139 <label param="hs_level" text="Level"/>
140 <knob param="hs_level" type="1"/>
141 <value param="hs_level" />