+ JACK host: fix compilation with LASH (thanks Joeboy&drobilla) and printf format...
[calf.git] / gui / gui-fluidsynth.xml
blob34a5755febe05fc9b261897b268c6005fb2ae316
1 <table rows="1" 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" />
5         <value param="master" />
6     </vbox>
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" />
10         <label />
11         <toggle param="chorus" />
12         <label param="chorus" />
13     </vbox>
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 param="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 text="Current preset" /></align>
19           <combo attach-x="1" attach-y="1" key="preset_list" current-key="preset_key" setter-key="preset_key_set" pad-x="5" pad-y="6" />
20           <align attach-x="0" attach-y="2" align-x="1"><label param="interpolation" /></align>
21           <combo attach-x="1" attach-y="2" param="interpolation" pad-x="5" pad-y="6" />
22       </table>
23     </frame>
24 </table>