hz_to_note as primitive; line graph cross hair with much more information; new labels...
[calf.git] / gui / gui-mono.xml
blob8bf11ac48fc12fc3d684849618cdd17e0f3fd6cb
1 <hbox spacing="5">
2     <frame label="Input" expand="1" fill="1">
3         <vbox spacing="8">
4             <table rows="1" cols="2">
5                 <vumeter param="meter_in" position="2" hold="1.5" falloff="2.5"  attach-x="0" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
6                 <led param="clip_in" attach-x="1" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
7                 <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="0" attach-y="1" expand-x="1" expand-y="0" />
8             </table>
9             <hbox spacing="8">
10                 <vbox>
11                     <label param="level_in" />
12                     <knob param="level_in" size="5" type="1"/>
13                     <value param="level_in" />
14                 </vbox>
15                 <vbox spacing="4" expand="0">
16                     <label />
17                     <vbox expand="0" spacing="5">
18                         <label param="bypass" />
19                         <toggle param="bypass" icon="bypass" />
20                     </vbox>
21                     <vbox expand="0" spacing="5">
22                         <toggle param="softclip" icon="softclip"/>
23                         <label param="softclip" />
24                     </vbox>
25                 </vbox>
26                 <vbox fill="0" spacing="10" expand="0">
27                     <label />
28                     <label param="sc_level" />
29                     <knob param="sc_level" size="3" ticks="1 10 100"/>
30                     <value param="sc_level" />
31                 </vbox>
32             </hbox>
33         </vbox>
34     </frame>
35     
36     <hbox>
37         <frame label="Left" expand="1" fill="1">
38             <vbox>
39                 <label /><label />
40                 <vbox>
41                     <label param="mutel"/>
42                     <toggle param="mutel" icon="mute"/>
43                 </vbox>
44                 <vbox>
45                     <toggle param="phasel" icon="phase"/>
46                     <label param="phasel"/>
47                 </vbox>
48             </vbox>
49         </frame>
50         <frame label="Right" expand="1" fill="1">
51             <vbox>
52                 <label /><label />
53                 <vbox>
54                     <label param="muter"/>
55                     <toggle param="muter" icon="mute"/>
56                 </vbox>
57                 <vbox>
58                     <toggle param="phaser" icon="phase"/>
59                     <label param="phaser"/>
60                 </vbox>
61             </vbox>
62         </frame>
63         
64     </hbox>
65     <frame label="Output" expnad="1" fill="1">
66         <vbox spacing="8">
67             <table rows="3" cols="3">
68                 <label param="meter_outL" attach-x="0" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
69                 <vumeter param="meter_outL" position="2" hold="1.5" falloff="2.5"  attach-x="1" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
70                 <led param="clip_outL" attach-x="2" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
71                 
72                 <label param="meter_outR" attach-x="0" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
73                 <vumeter param="meter_outR" position="2" hold="1.5" falloff="2.5" attach-x="1" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
74                 <led param="clip_outR" attach-x="2" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
75                 
76                 <meterscale param="meter_outR" marker="0 0.0625 0.125 0.25 0.5 0.71 1" dots="1" position="2" mode="0" attach-x="1" attach-y="2" expand-x="1" expand-y="0" />
77         
78             </table>
79             <hbox spacing="8">
80                 <vbox spacing="12">
81                     <label param="delay" />
82                     <knob param="delay" size="3" type="1" />
83                     <value param="delay" />
84                 </vbox>
85                 <vbox spacing="12">
86                     <label param="stereo_base" />
87                     <knob param="stereo_base" size="3" type="1" />
88                     <value param="stereo_base" />
89                 </vbox>
90                 <vbox spacing="12">
91                     <label param="stereo_phase" />
92                     <knob param="stereo_phase" size="3" type="3" />
93                     <value param="stereo_phase" />
94                 </vbox>
95                 <vbox spacing="12">
96                     <label param="balance_out" />
97                     <knob param="balance_out" size="3" type="1" />
98                     <value param="balance_out" />
99                 </vbox>
100                 <vbox>
101                     <label param="level_out" />
102                     <knob param="level_out" size="5" type="1" />
103                     <value param="level_out" />
104                 </vbox>
105             </hbox>
106         </vbox>
107     </frame>
108 </hbox>