Merge branch 'master' of https://github.com/calf-studio-gear/calf
[calf.git] / gui / gui-analyzer.xml
blob3ea7a39353b72efb240ab8a4c18287a241c3ec83
1 <table rows="3" cols="2">
2     
3     <hbox spacing="12" attach-x="0" attach-y="0" expand-x="1" fill-x="1" expand-y="0" fill-y="0">
4         <label text="Accuracy" />
5         <knob param="analyzer_accuracy" size="1" ticks="2 3 4 5 6 7 8" />
6         <label text="   " />
7         <label text="Speed" />
8         <knob param="analyzer_speed" size="1" />
9         <label text="   " />
10         <label text="Hold" />
11         <toggle param="analyzer_hold" size="1" />
12         <label text="   " />
13         <label text="Freeze" />
14         <toggle param="analyzer_freeze" size="1"  />
15         <label text="   " />
16         <label text="Display" />
17         <toggle param="analyzer_display" size="1" />
18         <combo param="analyzer_mode"/>
19     </hbox>
20     <frame label="Analyzer" attach-x="0" attach-y="1" expand-x="1" fill-x="1" expand-y="1" fill-y="1">
21         <table rows="1" cols="2">
22             <if cond="directlink">
23                 <line-graph attach-x="0" attach-y="0" refresh="1" width="560" height="250" param="analyzer_level" expand-x="1" fill-x="1" fade="0.8" crosshairs="1"/>
24             </if>
25             <vbox spacing="3" attach-x="1" attach-y="0" expand-x="0" fill-x="0" >
26                 <label text="Zoom"  expand="0" fill="0"/>
27                 <vscale param="analyzer_level" inverted="1" expand="0" fill="0"/>
28                 <value param="analyzer_level"  expand="0" fill="0"/>
29             </vbox>
30         </table>
31     </frame>
32     <vbox attach-x="0" attach-y="2" expand-x="1" fill-x="1" expand-y="0" fill-y="0">
33         <hbox homogeneous="1">
34             <combo param="analyzer_windowing" />
35             <combo param="analyzer_smoothing" />
36             <combo param="analyzer_post" />
37             <combo param="analyzer_scale" />
38             <combo param="analyzer_view" />
39         </hbox>
40         <hbox homogeneous="1">
41             <label text="Windowing" align="right" />
42             <label text="Smoothing" align="right" />
43             <label text="Post Processing" />
44             <label text="Scale" />
45             <label text="View Mode" />
46         </hbox>
47     </vbox>
48     <hbox attach-x="1" attach-y="0" expand-x="1" fill-x="1" expand-y="0" fill-y="0">
49         <label text="Density" expand="1" fill="1"/>
50         <knob param="gonio_accuracy" ticks="1 2 3 4 5" size="1" expand="0" fill="0"/>
51         
52         <label text="   "/>
53         
54         <label text="Soft" expand="0" fill="0"/>
55         <toggle param="gonio_use_fade" size="1" expand="0" fill="0" />
56         
57         <label text="   "/>
58         
59         <label text="Display" expand="0" fill="0"/>
60         <toggle param="gonio_display" size="1" expand="0" fill="0" />
61     </hbox>
62     <frame label="Phase Correlation" attach-x="1" attach-y="1" expand-x="1" fill-x="1" expand-y="1" fill-y="1">
63         <phase-graph refresh="1" size="250" param="gonio_display" expand="1" fill="1"/>
64     </frame>
65     <vbox attach-x="1" attach-y="2" expand-x="1" fill-x="1" expand-y="0" fill-y="0">
66         <combo param="gonio_mode" expand="0" fill="0"/>
67         <label text="Display Mode" expand="0" fill="0"/>
68     </vbox>
69 </table>