This file is indexed.

/usr/share/calf/gui-filterclavier.xml is in calf-plugins 0.0.60-4+b1.

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
<table rows="2" cols="3">
    <table attach-x="1" attach-y="1" shrink-y="1" expand-x="1" cols="3" rows="1" >
        <label param="mode" attach-x="0" attach-y="0" shrink-x="1"/>
        <label attach-x="1" attach-y="0" shrink-x="1" pad-x="10"/>
        <combo param="mode" attach-x="2" attach-y="0"/>
    </table>
    <vbox attach-x="0" attach-y="0">
        <vbox border="10">
            <label param="transpose" />
            <knob param="transpose" type="1" size="5"/>
            <value param="transpose" />
        </vbox>
        <vbox border="10">
            <label param="detune" />
            <knob param="detune" type="1"/>
            <value param="detune" />
        </vbox>
    </vbox>
    <vbox attach-x="2" attach-y="0">
        <vbox border="10">
            <label param="maxres" />
            <knob param="maxres" size="5" />
            <value param="maxres" />
        </vbox>
        <vbox border="10">
            <label param="inertia" />
            <knob param="inertia"/>
            <value param="inertia" />
        </vbox>
    </vbox>
    <if cond="directlink">
        <frame label="Freq. response" expand-x="1" fill-x="1" attach-x="1" attach-y="0">
            <line-graph param="mode" refresh="1" width="320" height="160" crosshairs="1"/>
        </frame>
    </if>
</table>