This file is indexed.

/usr/share/calf/gui-phaser.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
52
53
54
55
56
57
58
59
60
<table border="10" cols="1" rows="2">
    <frame label="Timbre" attach-x="0" attach-y="0" shrink-y="1">
        <vbox>
            <table rows="2" cols="3">
                <vbox border="10" attach-x="0" attach-y="0">
                    <label param="base_freq" />
                    <knob param="base_freq" />
                    <value param="base_freq" />
                </vbox>
                <vbox border="10" attach-x="1" attach-y="0">
                    <label param="mod_depth" />
                    <knob param="mod_depth" />
                    <value param="mod_depth" />
                </vbox>
                <vbox border="10" attach-x="2" attach-y="0">
                    <label param="amount" />
                    <knob param="amount" />
                    <value param="amount" />
                </vbox>
                <vbox border="10" attach-x="0" attach-y="1">
                    <label param="stages" />
                    <knob param="stages" />
                    <value param="stages" />
                </vbox>
                <vbox border="10" attach-x="1" attach-y="1">
                    <label param="feedback" />
                    <knob param="feedback" type="1"/>
                    <value param="feedback" />
                </vbox>
                <vbox border="10" attach-x="2" attach-y="1">
                    <label param="dry" />
                    <knob param="dry" />
                    <value param="dry" />
                </vbox>
            </table>
        </vbox>
    </frame>
    <frame label="LFO"  attach-x="0" attach-y="1" shrink-y="1">
        <hbox>
            <vbox border="10">
                <label param="mod_rate" />
                <knob param="mod_rate" />
                <value param="mod_rate" />
            </vbox>
            <align><button param="reset" /></align>
            <vbox border="10">
                <label param="stereo" />
                <knob param="stereo" type="3" />
                <value param="stereo" />
            </vbox>
        </hbox>
    </frame>
    <if cond="directlink">
        <frame label="Freq. response" attach-x="0" attach-y="2" >
            <vbox expand-x="1" fill-x="1" >
                <line-graph refresh="1" width="160" height="160" param="base_freq"/>
            </vbox>
        </frame>
    </if>
</table>