+ GUI: remove more unused control pointers
[calf.git] / gui / gui-vintagedelay.xml
blob188e56c4254a62a0add13d3f51f77acb9273a039
1 <vbox border="10">
2     <frame label="Delay time">
3         <vbox>
4             <table rows="4" cols="3">
5                 <label attach-x="0" attach-y="0" param="bpm" />
6                 <align attach-x="1" attach-y="0" scale-x="0"><knob param="bpm" /></align>
7                 <spin attach-x="2" attach-y="0" param="bpm" digits="2"/>
8                 <label attach-x="0" attach-y="1" param="subdiv" />
9                 <hscale attach-x="1" attach-y="1" param="subdiv" />
10                 <spin attach-x="2" attach-y="1" param="subdiv" />
11                 <label attach-x="0" attach-y="2" param="time_l" />
12                 <hscale attach-x="1" attach-y="2" param="time_l" />
13                 <spin attach-x="2" attach-y="2" param="time_l" />
14                 <label attach-x="0" attach-y="3" param="time_r"  />
15                 <hscale attach-x="1" attach-y="3" param="time_r" />
16                 <spin attach-x="2" attach-y="3" param="time_r" />
17             </table>
18         </vbox>
19     </frame>
21     <!-- -->
23     <frame label="Mixing">
24         <vbox>
25             <hbox>
26                 <label param="mix_mode"  />
27                 <combo param="mix_mode" expand-x="1" />
28             </hbox>
29             <hbox>
30                 <align><label param="medium"  /></align>
31                 <combo param="medium" expand-x="1" />
32             </hbox>
33             <hbox>
34                 <vbox>
35                     <label param="feedback"  />
36                     <knob param="feedback"/>
37                     <value param="feedback"/>
38                 </vbox>
39                 <vbox>
40                     <label param="dry"  />
41                     <knob param="dry"/>
42                     <value param="dry"/>
43                 </vbox>
44                 <vbox>
45                     <label param="amount"  />
46                     <knob param="amount"/>
47                     <value param="amount"/>
48                 </vbox>
49             </hbox>
50         </vbox>
51     </frame>
53 </vbox>