1 <table rows="2" cols="3">
2 <vbox attach-x="0" attach-y="0" pad-x="10" expand-y="1" fill-y="0" spacing="5">
3 <label param="master" />
4 <knob param="master" size="5" ticks="0 0.0625 0.25 0.5 1"/>
5 <value param="master" />
7 <vbox attach-x="1" attach-y="0" pad-x="10" expand-y="1" fill-y="1" spacing="5">
8 <label param="reverb" />
9 <toggle param="reverb" />
11 <toggle param="chorus" />
12 <label param="chorus" />
14 <frame attach-x="2" attach-y="0" label="Source">
15 <table rows="3" cols="2" pad-x="10" fill-y="0">
16 <align attach-x="0" attach-y="0" align-x="1"><label text="Soundfont" /></align>
17 <filechooser attach-x="1" attach-y="0" key="soundfont" title="Select a soundfont" width_chars="30" pad-x="5" pad-y="6" />
18 <align attach-x="0" attach-y="1" align-x="1"><label param="interpolation" /></align>
19 <combo attach-x="1" attach-y="1" param="interpolation" pad-x="5" pad-y="6" />
22 <frame attach-x="0" attach-y="1" attach-w="3" label="Channels">
23 <table rows="9" cols="4" pad-x="10" pad-y="5" fill-y="0">
24 <align attach-x="0" attach-y="0" align-x="1" shrink-x="1" ><label text="Ch#" /></align>
25 <align attach-x="1" attach-y="0" align-x="0"><label text="Current preset" /></align>
26 <align attach-x="2" attach-y="0" align-x="1" shrink-x="1" ><label text="Ch#" /></align>
27 <align attach-x="3" attach-y="0" align-x="0"><label text="Current preset" /></align>
29 <align attach-x="0" attach-y="1" align-x="1" shrink-x="1" ><label text="1" /></align>
30 <combo attach-x="1" attach-y="1" key="preset_list" current-key="preset_key" setter-key="preset_key_set" />
31 <align attach-x="0" attach-y="2" align-x="1" shrink-x="1" ><label text="2" /></align>
32 <combo attach-x="1" attach-y="2" key="preset_list" current-key="preset_key2" setter-key="preset_key_set2" />
33 <align attach-x="0" attach-y="3" align-x="1" shrink-x="1" ><label text="3" /></align>
34 <combo attach-x="1" attach-y="3" key="preset_list" current-key="preset_key3" setter-key="preset_key_set3" />
35 <align attach-x="0" attach-y="4" align-x="1" shrink-x="1" ><label text="4" /></align>
36 <combo attach-x="1" attach-y="4" key="preset_list" current-key="preset_key4" setter-key="preset_key_set4" />
37 <align attach-x="0" attach-y="5" align-x="1" shrink-x="1" ><label text="5" /></align>
38 <combo attach-x="1" attach-y="5" key="preset_list" current-key="preset_key5" setter-key="preset_key_set5" />
39 <align attach-x="0" attach-y="6" align-x="1" shrink-x="1" ><label text="6" /></align>
40 <combo attach-x="1" attach-y="6" key="preset_list" current-key="preset_key6" setter-key="preset_key_set6" />
41 <align attach-x="0" attach-y="7" align-x="1" shrink-x="1" ><label text="7" /></align>
42 <combo attach-x="1" attach-y="7" key="preset_list" current-key="preset_key7" setter-key="preset_key_set7" />
43 <align attach-x="0" attach-y="8" align-x="1" shrink-x="1" ><label text="8" /></align>
44 <combo attach-x="1" attach-y="8" key="preset_list" current-key="preset_key8" setter-key="preset_key_set8" />
45 <align attach-x="2" attach-y="1" align-x="1" shrink-x="1" ><label text="9" /></align>
46 <combo attach-x="3" attach-y="1" key="preset_list" current-key="preset_key9" setter-key="preset_key_set9" />
47 <align attach-x="2" attach-y="2" align-x="1" shrink-x="1" ><label text="10" /></align>
48 <combo attach-x="3" attach-y="2" key="preset_list" current-key="preset_key10" setter-key="preset_key_set10" />
49 <align attach-x="2" attach-y="3" align-x="1" shrink-x="1" ><label text="11" /></align>
50 <combo attach-x="3" attach-y="3" key="preset_list" current-key="preset_key11" setter-key="preset_key_set11" />
51 <align attach-x="2" attach-y="4" align-x="1" shrink-x="1" ><label text="12" /></align>
52 <combo attach-x="3" attach-y="4" key="preset_list" current-key="preset_key12" setter-key="preset_key_set12" />
53 <align attach-x="2" attach-y="5" align-x="1" shrink-x="1" ><label text="13" /></align>
54 <combo attach-x="3" attach-y="5" key="preset_list" current-key="preset_key13" setter-key="preset_key_set13" />
55 <align attach-x="2" attach-y="6" align-x="1" shrink-x="1" ><label text="14" /></align>
56 <combo attach-x="3" attach-y="6" key="preset_list" current-key="preset_key14" setter-key="preset_key_set14" />
57 <align attach-x="2" attach-y="7" align-x="1" shrink-x="1" ><label text="15" /></align>
58 <combo attach-x="3" attach-y="7" key="preset_list" current-key="preset_key15" setter-key="preset_key_set15" />
59 <align attach-x="2" attach-y="8" align-x="1" shrink-x="1" ><label text="16" /></align>
60 <combo attach-x="3" attach-y="8" key="preset_list" current-key="preset_key16" setter-key="preset_key_set16" />