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="4" attach-y="0" expand-x="0" />
16 <toggle param="bypass" attach-x="4" attach-y="1" attach-h="2" expand-x="0" pad-x="10"/>
18 <label attach-x="5" 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="5" attach-y="1" expand-x="1" />
20 <vumeter param="meter_outR" position="2" mode="0" hold="1.5" falloff="2.5" attach-x="5" attach-y="2" expand-x="1" />
22 <label attach-x="6" attach-y="0" expand-x="0" text="Clip"/>
23 <led param="clip_outL" mode="1" attach-x="6" attach-y="1" expand-x="0" />
24 <led param="clip_outR" mode="1" attach-x="6" attach-y="2" expand-x="0" />
26 <label param="mix" attach-x="7" attach-y="0" expand-x="0" />
27 <knob param="mix" attach-x="7" attach-y="1" attach-h="2" expand-x="0" pad-x="10" />
28 <value param="mix" attach-x="7" attach-y="3" expand-x="0" />
30 <label param="level_out" attach-x="8" attach-y="0" expand-x="0" />
31 <knob param="level_out" attach-x="8" attach-y="1" attach-h="2" expand-x="0" type="1" />
32 <value param="level_out" attach-x="8" attach-y="3" expand-x="0" />
35 <if cond="directlink">
36 <frame label="Waveform">
38 <table rows="7" cols="2">
39 <vbox attach-x="0" attach-y="0" spacing="0">
40 <label text="Display" align-x="1.0"/>
41 <value param="display" align-x="1.0"/>
43 <knob param="display" size="2" attach-x="1" attach-y="0"/>
44 <vbox attach-x="0" attach-y="1" spacing="0">
45 <label text="Threshold" align-x="1.0"/>
46 <value param="display_threshold" align-x="1.0"/>
48 <knob param="display_threshold" size="2" attach-x="1" attach-y="1"/>
49 <label param="input" align-x="1" attach-x="0" attach-y="2"/>
50 <toggle param="input" size="1" attach-x="1" attach-y="2"/>
51 <label param="output" align-x="1" attach-x="0" attach-y="3"/>
52 <toggle param="output" size="1" attach-x="1" attach-y="3"/>
53 <label param="envelope" align-x="1" attach-x="0" attach-y="4"/>
54 <toggle param="envelope" size="1" attach-x="1" attach-y="4"/>
55 <label param="attack" align-x="1" attach-x="0" attach-y="5"/>
56 <toggle param="attack" size="1" attach-x="1" attach-y="5"/>
57 <label param="release" align-x="1" attach-x="0" attach-y="6"/>
58 <toggle param="release" size="1" attach-x="1" attach-y="6"/>
60 <line-graph refresh="1" width="440" height="220" param="sustain_threshold"/>
68 <label param="lookahead"/>
69 <knob param="lookahead" size="2"/>
70 <value param="lookahead"/>
76 <label param="attack_boost"/>
77 <knob param="attack_boost" size="4" type="1"/>
78 <value param="attack_boost"/>
81 <label param="attack_time"/>
82 <knob param="attack_time" size="2"/>
83 <value param="attack_time"/>
91 <label text="Sustain Thres"/>
92 <knob param="sustain_threshold" size="2" type="2"/>
93 <value param="sustain_threshold"/>
99 <label param="release_boost"/>
100 <knob param="release_boost" size="4" type="1"/>
101 <value param="release_boost"/>
104 <label param="release_time"/>
105 <knob param="release_time" size="2"/>
106 <value param="release_time"/>