This file is indexed.

/usr/share/calf/gui-flanger.xml is in calf-plugins 0.0.18.6-3.

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
<table rows="3" cols="1" border="10">
    <frame label="Timbre" shrink-y="1" attach-x="0" attach-y="0" >
        <hbox>
            <vbox border="10" expand="0">
                <label param="min_delay" />
                <knob param="min_delay" />
                <value param="min_delay" />
            </vbox>
            <vbox border="10" expand="0">
                <label param="mod_depth" />
                <knob param="mod_depth" />
                <value param="mod_depth" />
            </vbox>
            <vbox border="10" expand="0">
                <label param="feedback" />
                <knob param="feedback" type="1"/>
                <value param="feedback" />
            </vbox>
            <vbox border="10" expand="0">
                <label param="dry" />
                <knob param="dry" />
                <value param="dry" />
            </vbox>
            <vbox border="10" expand="0">
                <label param="amount" />
                <knob param="amount" />
                <value param="amount" />
            </vbox>
        </hbox>
    </frame>
    <frame label="LFO" shrink-y="1" attach-x="0" attach-y="1" >
        <hbox>
            <vbox border="10" expand="0">
                <label param="mod_rate" />
                <knob param="mod_rate" />
                <value param="mod_rate" />
            </vbox>
            <align expand="0"><button param="reset" /></align>
            <vbox border="10" expand="0">
                <label param="stereo" />
                <knob param="stereo" type="3" />
                <value param="stereo" />
            </vbox>
        </hbox>
    </frame>
    <if cond="directlink">
        <frame expand-y="1" fill-y="1" attach-x="0" attach-y="2" label="Freq. response">
            <line-graph refresh="1" width="160" height="160" param="min_delay"/>
        </frame>
    </if>
</table>