+ GUI: style changes
[calf.git] / gui / gui-filterclavier.xml
blob0dfe2af6cf64dce8f59966861ae7ee4a68f7825a
1 <table border="10" rows="3" cols="1">
2     <table attach-x="0" attach-y="0" shrink-y="1" expand-x="1" cols="3" rows="1" >
3         <label param="mode" attach-x="0" attach-y="0" shrink-x="1"/>
4         <label attach-x="1" attach-y="0" shrink-x="1" pad-x="10"/>
5         <combo param="mode" attach-x="2" attach-y="0"/>
6     </table>
7     <hbox attach-x="0" attach-y="1" shrink-y="1" expand-x="1" fill-x="1">
8         <vbox border="10">
9             <label param="transpose" />
10             <knob param="transpose" type="1"/>
11             <value param="transpose" />
12         </vbox>
13         <vbox border="10">
14             <label param="detune" />
15             <knob param="detune" type="1"/>
16             <value param="detune" />
17         </vbox>
18         <vbox border="10">
19             <label param="maxres" />
20             <knob param="maxres" />
21             <value param="maxres" />
22         </vbox>
23         <vbox border="10">
24             <label param="inertia" />
25             <knob param="inertia"/>
26             <value param="inertia" />
27         </vbox>
28     </hbox>
29     <if cond="directlink">
30         <frame label="Freq. response" expand-x="1" fill-x="1" attach-x="0" attach-y="2">
31             <line-graph param="mode" refresh="1" width="160" height="160"/>
32         </frame>
33     </if>
34 </table>