This file is indexed.

/usr/share/calf/gui-eq5.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
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
<vbox>
    <table spacing="5" rows="1" cols="7">
        <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="0" attach-y="0">
            <label param="level_in" />
            <knob param="level_in" size="2" type="1" />
            <value param="level_in" />
        </vbox>
        <vbox shrink-x="1" expand-x="1" fill-x="1" expand="0" fill="0" attach-x="1" attach-y="0">
            <label text="In L" />
            <vumeter param="meter_inL" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
            <vumeter param="meter_inR" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
            <label text="In R" />
        </vbox>
        <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="2" attach-y="0">
            <label text="0dB" expand="0" fill="0" />
            <led param="clip_inL" expand="0" fill="0" />
            <led param="clip_inR" expand="0" fill="0" />
            <label text="0dB" expand="0" fill="0" />
        </vbox>
        <vbox expand="0" attach-x="3" attach-y="0" expand-x="0" fill-x="0" fill="0" pad-x="5">
             <label param="bypass"/>
             <toggle param="bypass" shrink="1"/>
        </vbox>
        <vbox shrink-x="1" expand-x="1" fill-x="1" expand="0" fill="0" attach-x="4" attach-y="0">
            <label text="Out L" />
            <vumeter param="meter_outL" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
            <vumeter param="meter_outR" mode="0" hold="1.5" falloff="2.5" shrink-y="0" position="2" />
            <label text="Out R" />
        </vbox>
        <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="5" attach-y="0">
            <label text="0dB" expand="0" fill="0" />
            <led param="clip_outL" expand="0" mode="1" fill="0" />
            <led param="clip_outR" expand="0" mode="1" fill="0" />
            <label text="0dB" expand="0" fill="0" />
        </vbox>
        <vbox shrink-x="1" expand-x="0" fill-x="0" expand="0" fill="0" attach-x="6" attach-y="0">
            <label param="level_out" />
            <knob param="level_out" size="2" type="1" />
            <value param="level_out" />
        </vbox>
    </table>
    
    <if cond="directlink">
        <frame label="Frequency Response" attach-x="1" attach-y="0">
            <table cols="3" rows="1">
                <line-graph attach-x="1" attach-y="1" refresh="1" height="200" width="500" param="ls_freq" expand="1" fill="1" zoom="zoom" crosshairs="1" freqhandles="12" handle1-x="ls_freq" handle1-y="ls_level" label1="LS" active1="ls_active" handle2-x="p1_freq" handle2-y="p1_level" handle2-z="p1_q" label2="I" active2="p1_active" handle3-x="p2_freq" handle3-y="p2_level" handle3-z="p2_q" label3="II" active3="p2_active" handle4-x="p3_freq" handle4-y="p3_level" handle4-z="p3_q" label4="III" active4="p3_active" handle5-x="hs_freq" handle5-y="hs_level" label5="HS" active5="hs_active"/>
                <vbox attach-x="2" attach-y="1" spacing="3" expand-x="0" fill-x="0">
                    <label text="Zoom"/>
                    <vscale param="zoom" inverted="1"/>
                    <value param="zoom"/>
                </vbox>
                <align attach-x="1" attach-y="0" align-x="1.0">
                    <hbox expand="0" fill="0" spacing="30">
                        <hbox expand="0" fill="0" spacing="10">
                            <label text="Individual Graphs"/>
                            <toggle size="1" param="individuals"/>
                        </hbox>
                        <hbox expand="0" fill="0" spacing="10">
                            <label text="Analyzer"/>
                            <toggle size="1" param="analyzer"/>
                            <combo param="analyzer_mode"/>
                        </hbox>
                    </hbox>
                </align>
            </table>
        </frame>
    </if>
    
    <hbox>
        <frame label="Lowshelf">
            <vbox>
                <combo size="1" param="ls_active" />
                <label/>
                <label param="ls_freq" text="Frequency"/>
                <knob param="ls_freq"/>
                <value param="ls_freq" align-y="0"/>
                <label/>
                <label param="ls_level" text="Level"/>
                <knob param="ls_level" type="1"/>
                <value param="ls_level" />
            </vbox>
        </frame>
        
        
        <frame label="Parametrics" attach-x="1" attach-y="1">
            <table rows="4" cols="4">
                <label text="Freq" attach-x="0" attach-y="1" />
                <label text="Level" attach-x="0" attach-y="2" />
                <label text="Q" attach-x="0" attach-y="3" />
                <label text="Active" attach-x="0" attach-y="0" />
                
                <vbox attach-x="1" attach-y="1">
                    <knob param="p1_freq" />
                    <value param="p1_freq" />
                </vbox>
                <vbox attach-x="1" attach-y="2">
                    <knob param="p1_level" type="1" />
                    <value param="p1_level" />
                </vbox>
                <vbox attach-x="1" attach-y="3">
                    <knob param="p1_q" />
                    <value param="p1_q" />
                </vbox>
                <vbox attach-x="1" attach-y="0">
                    <combo size="1" param="p1_active" />
                </vbox>
                <vbox attach-x="2" attach-y="1">
                    <knob param="p2_freq" />
                    <value param="p2_freq" />
                </vbox>
                <vbox attach-x="2" attach-y="2">
                    <knob param="p2_level" type="1" />
                    <value param="p2_level" />
                </vbox>
                <vbox attach-x="2" attach-y="3">
                    <knob param="p2_q" />
                    <value param="p2_q" />
                </vbox>
                <vbox attach-x="2" attach-y="0">
                    <combo size="1" param="p2_active" />
                </vbox>
                <vbox attach-x="3" attach-y="1">
                    <knob param="p3_freq" />
                    <value param="p3_freq" />
                </vbox>
                <vbox attach-x="3" attach-y="2">
                    <knob param="p3_level" type="1" />
                    <value param="p3_level" />
                </vbox>
                <vbox attach-x="3" attach-y="3">
                    <knob param="p3_q" />
                    <value param="p3_q" />
                </vbox>
                <vbox attach-x="3" attach-y="0">
                    <combo size="1" param="p3_active" />
                </vbox>
            </table>
        </frame>
        
        
        <frame label="Highshelf">
            <vbox>
                <combo size="1" param="hs_active" />
                <label/>
                <label param="hs_freq" text="Frequency"/>
                <knob param="hs_freq"/>
                <value param="hs_freq" align-y="0"/>
                <label/>
                <label param="hs_level" text="Level"/>
                <knob param="hs_level" type="1"/>
                <value param="hs_level" />
            </vbox>
        </frame>
    </hbox>
</vbox>