This file is indexed.

/usr/share/calf/gui-vintagedelay.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
<vbox border="10">
    <frame label="Delay time">
        <vbox>
            <table rows="4" cols="3">
                <label attach-x="0" attach-y="0" param="bpm" />
                <align attach-x="1" attach-y="0" scale-x="0"><knob param="bpm" /></align>
                <spin attach-x="2" attach-y="0" param="bpm" digits="2"/>
                <label attach-x="0" attach-y="1" param="subdiv" />
                <hscale attach-x="1" attach-y="1" param="subdiv" />
                <spin attach-x="2" attach-y="1" param="subdiv" />
                <label attach-x="0" attach-y="2" param="time_l" />
                <hscale attach-x="1" attach-y="2" param="time_l" />
                <spin attach-x="2" attach-y="2" param="time_l" />
                <label attach-x="0" attach-y="3" param="time_r"  />
                <hscale attach-x="1" attach-y="3" param="time_r" />
                <spin attach-x="2" attach-y="3" param="time_r" />
            </table>
        </vbox>
    </frame>

    <!-- -->

    <frame label="Mixing">
        <vbox>
            <hbox>
                <label param="mix_mode"  />
                <combo param="mix_mode" expand-x="1" />
            </hbox>
            <hbox>
                <align><label param="medium"  /></align>
                <combo param="medium" expand-x="1" />
            </hbox>
            <hbox>
                <vbox>
                    <label param="feedback"  />
                    <knob param="feedback"/>
                    <value param="feedback"/>
                </vbox>
                <vbox>
                    <label param="dry"  />
                    <knob param="dry"/>
                    <value param="dry"/>
                </vbox>
                <vbox>
                    <label param="amount"  />
                    <knob param="amount"/>
                    <value param="amount"/>
                </vbox>
            </hbox>
        </vbox>
    </frame>

</vbox>