hz_to_note as primitive; line graph cross hair with much more information; new labels...
[calf.git] / gui / gui-exciter.xml
blob60ef5d1fb29c6c4e0c28b00d818b980922b66a72
1 <vbox spacing="10">
2     <table rows="4" cols="7">
3         <label param="bypass" attach-x="0" attach-y="0" expand-x="0" fill-x="0" />
4         <toggle param="bypass" icon="bypass" attach-x="0" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
5         
6         <label param="level_in" attach-x="1" attach-y="0" expand-x="0" fill-x="0" />
7         <knob param="level_in" attach-x="1" attach-y="1" attach-h="2" expand-x="0" fill-x="0" type="1" />
8         <value param="level_in" attach-x="1" attach-y="3" expand-x="0" fill-x="0" />
9         
10         <label param="meter_in" attach-x="2" attach-y="0" expand-x="1" fill-x="1" />
11         <vumeter param="meter_in" position="2" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" expand-x="1" fill-x="1" />
12         <vumeter param="meter_out" position="2" hold="1.5" falloff="2.5" attach-x="2" attach-y="2" expand-x="1" fill-x="1" />
13         <label param="meter_out" attach-x="2" attach-y="3" expand-x="1" fill-x="1" />
14         
15         <label param="clip_in" attach-x="3" attach-y="0" expand-x="0" fill-x="0" />
16         <led param="clip_in" attach-x="3" attach-y="1" expand-x="0" fill-x="0" />
17         <led param="clip_out" mode="1" attach-x="3" attach-y="2" expand-x="0" fill-x="0" />
18         <label param="clip_out" attach-x="3" attach-y="3" expand-x="0" fill-x="0" />
19         
20         <label param="amount" attach-x="4" attach-y="0" expand-x="0" fill-x="0" />
21         <knob param="amount" ticks="0 1 64" attach-x="4" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
22         <value param="amount" attach-x="4" attach-y="3" expand-x="0" fill-x="0" />
23         
24         <label param="level_out" attach-x="5" attach-y="0" expand-x="0" fill-x="0" />
25         <knob param="level_out" attach-x="5" attach-y="1" attach-h="2" expand-x="0" fill-x="0" type="1" />
26         <value param="level_out" attach-x="5" attach-y="3" expand-x="0" fill-x="0" />
27         
28         <label param="listen" attach-x="6" attach-y="0" expand-x="0" fill-x="0" />
29         <toggle param="listen" icon="listen" attach-x="6" attach-y="1" attach-h="2" expand-x="0" fill-x="0" />
30     </table>
31     <frame label="Exciter">
32         <hbox spacing="25">
33             <vbox>
34                 <label param="drive" />
35                 <knob param="drive" size="5" />
36                 <value param="drive" />
37             </vbox>
38             
39             <vbox spacing="5">
40                 <label param="blend" />
41                 <hscale param="blend" />
42                 <hbox>
43                     <label align-x="0.0" text="3rd" />
44                     <label align-x="1.0" text="2nd" />
45                 </hbox>
46                 <label param="meter_drive" />
47                 <vumeter param="meter_drive" position="2" hold="1.5" falloff="2.5" />
48             </vbox>
49             
50             <vbox>
51                 <label param="freq" />
52                 <knob param="freq" size="5" ticks="2000 3500 5000 7500 12000" />
53                 <value param="freq" />
54             </vbox>
55             
56             <vbox>
57                 <label param="ceil" />
58                 <toggle param="ceil_active" size="1" />
59                 <knob param="ceil" size="3" ticks="10000 12000 14000 16000 20000"/>
60                 <value param="ceil" width="5" />
61             </vbox>
62         </hbox>
63     </frame>
64 </vbox>