1 <table cols="3" rows="2">
2 <table rows="1" cols="6" homogeneous="1" spacing="2" attach-x="1" attach-y="1" shrink-y="1">
3 <vbox expand="0" attach-x="0" attach-y="0">
4 <label param="base_freq" />
5 <knob param="base_freq" />
6 <value param="base_freq" />
8 <vbox expand="0" attach-x="1" attach-y="0">
9 <label param="mod_depth" />
10 <knob param="mod_depth" />
11 <value param="mod_depth" />
13 <vbox expand="0" attach-x="2" attach-y="0">
14 <label param="feedback" />
15 <knob param="feedback" type="1" />
16 <value param="feedback" />
18 <vbox expand="0" attach-x="3" attach-y="0">
19 <label param="stages" />
20 <knob param="stages" />
21 <value param="stages" />
23 <vbox expand="0" attach-x="4" attach-y="0">
24 <label param="amount" />
25 <knob param="amount" />
26 <value param="amount" />
28 <vbox expand="0" attach-x="5" attach-y="0">
35 <vbox border="10" attach-x="0" attach-y="0">
36 <label param="mod_rate" align-y="1.0" />
37 <knob param="mod_rate" size="5" />
38 <value param="mod_rate" align-y="0.0" />
41 <vbox border="10" attach-x="2" attach-y="0">
42 <label param="stereo" align-y="1.0" />
43 <knob param="stereo" type="3" size="5" />
44 <value param="stereo" align-y="0.0" />
47 <align attach-x="2" attach-y="1"><button param="reset" /></align>
49 <if cond="directlink">
50 <frame label="Freq. response" attach-x="1" attach-y="0" >
51 <vbox expand-x="1" fill-x="1" >
52 <line-graph refresh="1" width="160" height="160" param="base_freq"/>