This file is indexed.

/usr/share/calf/gui-vintagedelay.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
<hbox spacing="8">
    <frame label="Delay time">
    	<vbox>
		    <table rows="4" cols="2">
		        <vbox attach-x="0" attach-y="0" attach-h="3" spacing="12" pad-x="10" pad-y="15">
		            
		            <label param="bpm" />
		            <align><knob param="bpm" size="5" /></align>
		            
		            <hbox fill="0" expand="0" spacing="5">
		                <spin param="bpm" digits="2"/>
		            </hbox>
		            
		        </vbox>
		        <label attach-x="1" attach-y="0" param="subdiv" />
		        <hscale attach-x="2" attach-y="0" param="subdiv" />
		        <label attach-x="1" attach-y="1" param="time_l" />
		        <hscale attach-x="2" attach-y="1" param="time_l" />
		        <label attach-x="1" attach-y="2" param="time_r"  />
		        <hscale attach-x="2" attach-y="2" param="time_r" />
		    </table>
		</vbox>
    </frame>

    <!-- -->

    <frame label="Mixing">
    	<hbox>
		    <table expand="0" rows="2" cols="2">
                        <vbox fill="0" attach-x="0" attach-y="0" pad-x="10">
                            <label param="feedback" fill="0" expand="0"  />
                            <knob param="feedback" fill="0" expand="0" />
                            <value param="feedback" fill="0" expand="0" />
                        </vbox>
		        <vbox fill="0" attach-x="1" attach-y="0" pad-x="10">
		            <label param="dry"  />
		            <knob param="dry"/>
		            <value param="dry"/>
		        </vbox>
		        <vbox fill="0" attach-x="2" attach-y="0" pad-x="10">
		            <label param="amount"  />
		            <knob param="amount"/>
		            <value param="amount"/>
		        </vbox>
                        
		        <vbox fill="0" attach-x="0" attach-y="1" fill-y="0">
		            <label param="mix_mode" />
		            <combo param="mix_mode" fill-y="0" />
		        </vbox>
                        <vbox fill="0" attach-x="1" attach-y="1" >
                            <label param="width" fill="0" expand="0"  />
                            <knob param="width" fill="0" expand="0" type="1" />
                            <value param="width" fill="0" expand="0" />
                        </vbox>
		        <vbox fill="0" attach-x="2" attach-y="1" fill-y="0">
		            <label param="medium" />
		            <combo param="medium" fill-y="0" />
		        </vbox>
		    </table>
		</hbox>
    </frame>

</hbox>