hz_to_note as primitive; line graph cross hair with much more information; new labels...
[calf.git] / gui / gui-vintagedelay.xml
blob4dfa01a5c380fea1936e737f6b59bb6d292f26ea
1 <hbox spacing="8">
2     <frame label="Delay time">
3         <vbox>
4             <table rows="4" cols="2">
5                 <hbox attach-x="0" attach-y="0" attach-h="3" spacing="12" pad-x="10" pad-y="15">
6                     <vbox>
7                         <label param="bpm" />
8                         <knob param="bpm" size="5" />
9                         <value param="bpm"/>
10                     </vbox>
11                     <vbox>
12                         <label text="Tap"/>
13                         <tap param="bpm"/>
14                         <label/>
15                         <toggle param="sync" icon="sync"/>
16                         <label param="sync"/>
17                     </vbox>
18                 </hbox>
19                 <label attach-x="1" attach-y="0" param="subdiv" />
20                 <hscale attach-x="2" attach-y="0" param="subdiv" />
21                 <label attach-x="1" attach-y="1" param="time_l" />
22                 <hscale attach-x="2" attach-y="1" param="time_l" />
23                 <label attach-x="1" attach-y="2" param="time_r"  />
24                 <hscale attach-x="2" attach-y="2" param="time_r" />
25             </table>
26         </vbox>
27     </frame>
29     <frame label="Mixing">
30         <hbox>
31             <table expand="0" rows="2" cols="2">
32                         <vbox fill="0" attach-x="0" attach-y="0" pad-x="10">
33                             <label param="feedback" fill="0" expand="0"  />
34                             <knob param="feedback" fill="0" expand="0" />
35                             <value param="feedback" fill="0" expand="0" />
36                         </vbox>
37                 <vbox fill="0" attach-x="1" attach-y="0" pad-x="10">
38                     <label param="dry"  />
39                     <knob param="dry"/>
40                     <value param="dry"/>
41                 </vbox>
42                 <vbox fill="0" attach-x="2" attach-y="0" pad-x="10">
43                     <label param="amount"  />
44                     <knob param="amount"/>
45                     <value param="amount"/>
46                 </vbox>
47                         
48                 <vbox fill="0" attach-x="0" attach-y="1" fill-y="0">
49                     <label param="mix_mode" />
50                     <combo param="mix_mode" fill-y="0" />
51                 </vbox>
52                         <vbox fill="0" attach-x="1" attach-y="1" >
53                             <label param="width" fill="0" expand="0"  />
54                             <knob param="width" fill="0" expand="0" type="1" />
55                             <value param="width" fill="0" expand="0" />
56                         </vbox>
57                 <vbox fill="0" attach-x="2" attach-y="1" fill-y="0">
58                     <label param="medium" />
59                     <combo param="medium" fill-y="0" />
60                 </vbox>
61             </table>
62         </hbox>
63     </frame>
65 </hbox>