1 <table rows="2" cols="3">
2 <frame label="Timbre" attach-x="0" attach-y="1" shrink-y="1">
3 <table rows="1" cols="5" homogeneous="1" spacing="10" attach-x="0" attach-y="1">
4 <vbox attach-x="0" attach-y="0">
5 <label param="min_delay" />
6 <knob param="min_delay" />
7 <value param="min_delay" />
9 <vbox attach-x="1" attach-y="0">
10 <label param="mod_depth" />
11 <knob param="mod_depth" />
12 <value param="mod_depth" />
14 <vbox attach-x="2" attach-y="0">
15 <label param="overlap" />
16 <knob param="overlap" />
17 <value param="overlap" />
19 <vbox attach-x="3" attach-y="0">
24 <vbox attach-x="4" attach-y="0">
25 <label param="amount" />
26 <knob param="amount" />
27 <value param="amount" />
31 <frame label="LFO" attach-x="1" attach-y="0" shrink-y="1" expand-y="1" fill-y="1" pad-x="8">
32 <table rows="2" cols="2" homogeneous="1" spacing="10">
33 <vbox attach-x="0" attach-y="0">
34 <label param="mod_rate" />
35 <knob param="mod_rate" />
36 <value param="mod_rate" />
38 <vbox attach-x="1" attach-y="0">
39 <label param="voices" />
40 <knob param="voices" />
41 <value param="voices" />
43 <vbox attach-x="0" attach-y="1">
44 <label param="stereo" />
45 <knob param="stereo" type="3" size="3" />
46 <value param="stereo" />
48 <vbox attach-x="1" attach-y="1">
49 <label param="vphase" />
50 <knob param="vphase" type="3" size="3" />
51 <value param="vphase" />
55 <frame label="Post Filter" attach-x="1" attach-y="1" shrink-y="1" pad-x="8">
56 <table rows="1" cols="3" spacing="10">
57 <vbox attach-x="0" attach-y="0">
58 <label param="freq" />
59 <knob param="freq" size="2" />
60 <value param="freq" />
62 <vbox attach-x="1" attach-y="0">
67 <vbox attach-x="2" attach-y="0">
68 <label param="freq2" />
69 <knob param="freq2" size="2" />
70 <value param="freq2" />
74 <if cond="directlink">
75 <hbox attach-x="0" attach-y="0" fill-y="1" expand-y="1" spacing="8">
76 <frame label="Freq. response">
77 <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
78 <line-graph refresh="1" width="200" height="160" param="min_delay"/>
81 <frame label="LFO positions">
82 <vbox expand-x="1" fill-x="1" attach-x="3" attach-y="0" attach-h="7">
83 <line-graph refresh="1" width="200" height="30" param="mod_depth"/>
84 <line-graph refresh="1" width="200" height="160" param="mod_rate"/>