This file is indexed.

/usr/share/calf/gui-analyzer.xml is in calf-plugins 0.0.19+git20131202-1.

This file is owned by root:root, with mode 0o644.

The actual contents of the file can be viewed below.

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