Manual screenshots; minor changes
[calf.git] / gui / gui-analyzer.xml
blobcf70ad716dece6da10b4784704284dc0dacec8f0
1 <vbox spacing="8">
2     <!--<table rows="3" cols="3" expand="0" fill="0">
3         <label param="meter_L" attach-x="1" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="L"/>
4         <vumeter param="meter_L" position="2" hold="1.5" falloff="2.5"  attach-x="2" attach-y="0" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
5         <led param="clip_L" attach-x="3" attach-y="0" fill-x="0" expand-x="0" fill-y="0" expand-y="0" />
6         
7         <label param="meter_R" attach-x="1" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0" text="R"/>
8         <vumeter param="meter_R" position="2" hold="1.5" falloff="2.5" attach-x="2" attach-y="1" fill-x="1" expand-x="1" fill-y="0" expand-y="0"/>
9         <led param="clip_R" attach-x="3" attach-y="1" fill-x="0" expand-x="0" fill-y="0" expand-y="0"/>
10     </table>-->
11     
12     <hbox spacing="8" expand="1" fill="1">
13         <if cond="directlink">
14             <frame label="Analyzer" expand="1" fill="1">
15                 <hbox>
16                     <vbox spacing="3">
17                         <hbox spacing="12">
18                             <label text="Accuracy" />
19                             <knob param="analyzer_accuracy" size="1" />
20                             <label text="   " />
21                             <label text="Speed" />
22                             <knob param="analyzer_speed" size="1" />
23                             <label text="   " />
24                             <label text="Hold" />
25                             <toggle param="analyzer_hold" size="1" />
26                             <label text="   " />
27                             <label text="Freeze" />
28                             <toggle param="analyzer_freeze" size="1"  />
29                             <label text="   " />
30                             <label text="Display" />
31                             <toggle param="analyzer_display" size="1" />
32                             <combo param="analyzer_mode"/>
33                         </hbox>
34                         
35                         <line-graph refresh="1" width="560" height="240" param="analyzer_level" expand="1" fill="1" fade="0.8" crosshairs="1"/>
36                         
37                         <hbox homogeneous="1">
38                             <combo param="analyzer_windowing" />
39                             <combo param="analyzer_smoothing" />
40                             <combo param="analyzer_post" />
41                             <combo param="analyzer_scale" />
42                             <combo param="analyzer_view" />
43                         </hbox>
44                         
45                         <hbox homogeneous="1">
46                             <label text="Windowing" align="right" />
47                             <label text="Smoothing" align="right" />
48                             <label text="Post Processing" />
49                             <label text="Scale" />
50                             <label text="View Mode" />
51                         </hbox>
52                     </vbox>
53                     <vbox spacing="3" expand="1" fill="1">
54                         <label text="Zoom" />
55                         <vscale param="analyzer_level" inverted="1"/>
56                         <value param="analyzer_level" />
57                     </vbox>
58                 </hbox>
59             </frame>
60             <frame label="Phase Correlation" expand="0" fill="0">
61                 <hbox>
62                     <vbox spacing="3">
63                         <hbox>
64                             <label text="Density" expand="0" fill="0"/>
65                             <knob param="gonio_accuracy" size="1" expand="0" fill="0"/>
66                             
67                             <label text="   "/>
68                             
69                             <label text="Soft" expand="0" fill="0"/>
70                             <toggle param="gonio_use_fade" size="1" expand="0" fill="0" />
71                             
72                             <label text="   "/>
73                             
74                             <label text="Display" expand="0" fill="0"/>
75                             <toggle param="gonio_display" size="1" expand="0" fill="0" />
76                         </hbox>
77                         <phase-graph refresh="1" size="240" param="gonio_display" expand="1" fill="1"/>
78                         <combo param="gonio_mode" expand="0" fill="0"/>
79                         <label text="Display Mode" expand="0" fill="0"/>
80                     </vbox>
81                 </hbox>
82             </frame>
83         </if>
84     </hbox>
85 </vbox>