This file is indexed.

/usr/lib/lv2/calf.lv2/presets-Reverb.ttl is in calf-plugins 0.0.60-1build1.

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
64
65
66
67
68
69
70
71
72
73
74
75
76
@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
@prefix lv2p:  <http://lv2plug.in/ns/ext/presets#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dct: <http://purl.org/dc/terms/> .

<http://calf.sourceforge.net/factory_presets#reverb_LargeEmptyHall> a lv2p:Preset ;
    rdfs:label "Large Empty Hall" ;
    lv2:appliesTo <http://calf.sourceforge.net/plugins/Reverb> ;
    lv2:port 
        [ lv2:symbol "decay_time" ; lv2p:value 2.00689 ] ,
        [ lv2:symbol "hf_damp" ; lv2p:value 20000.0 ] ,
        [ lv2:symbol "amount" ; lv2p:value 0.366022 ] 
.

<http://calf.sourceforge.net/factory_presets#reverb_DiscoVerb> a lv2p:Preset ;
    rdfs:label "DiscoVerb" ;
    lv2:appliesTo <http://calf.sourceforge.net/plugins/Reverb> ;
    lv2:port 
        [ lv2:symbol "decay_time" ; lv2p:value 1.0 ] ,
        [ lv2:symbol "hf_damp" ; lv2p:value 3396.49 ] ,
        [ lv2:symbol "amount" ; lv2p:value 0.269807 ] 
.

<http://calf.sourceforge.net/factory_presets#reverb_LargeOccupiedHall> a lv2p:Preset ;
    rdfs:label "Large Occupied Hall" ;
    lv2:appliesTo <http://calf.sourceforge.net/plugins/Reverb> ;
    lv2:port 
        [ lv2:symbol "decay_time" ; lv2p:value 1.45397 ] ,
        [ lv2:symbol "hf_damp" ; lv2p:value 9795.58 ] ,
        [ lv2:symbol "amount" ; lv2p:value 0.184284 ] 
.

<http://calf.sourceforge.net/factory_presets#reverb_Emptywalls> a lv2p:Preset ;
    rdfs:label "Empty walls" ;
    lv2:appliesTo <http://calf.sourceforge.net/plugins/Reverb> ;
    lv2:port 
        [ lv2:symbol "decay_time" ; lv2p:value 0.505687 ] ,
        [ lv2:symbol "hf_damp" ; lv2p:value 3971.64 ] ,
        [ lv2:symbol "room_size" ; lv2p:value 4.0 ] ,
        [ lv2:symbol "diffusion" ; lv2p:value 0.17 ] ,
        [ lv2:symbol "amount" ; lv2p:value 0.198884 ] ,
        [ lv2:symbol "dry" ; lv2p:value 1.0 ] ,
        [ lv2:symbol "predelay" ; lv2p:value 13.0 ] ,
        [ lv2:symbol "bass_cut" ; lv2p:value 240.453 ] ,
        [ lv2:symbol "treble_cut" ; lv2p:value 3303.47 ] 
.

<http://calf.sourceforge.net/factory_presets#reverb_Ambience> a lv2p:Preset ;
    rdfs:label "Ambience" ;
    lv2:appliesTo <http://calf.sourceforge.net/plugins/Reverb> ;
    lv2:port 
        [ lv2:symbol "decay_time" ; lv2p:value 1.10354 ] ,
        [ lv2:symbol "hf_damp" ; lv2p:value 2182.58 ] ,
        [ lv2:symbol "room_size" ; lv2p:value 4.0 ] ,
        [ lv2:symbol "diffusion" ; lv2p:value 0.69 ] ,
        [ lv2:symbol "amount" ; lv2p:value 0.291183 ] ,
        [ lv2:symbol "dry" ; lv2p:value 1.0 ] ,
        [ lv2:symbol "predelay" ; lv2p:value 6.5 ] ,
        [ lv2:symbol "bass_cut" ; lv2p:value 514.079 ] ,
        [ lv2:symbol "treble_cut" ; lv2p:value 4064.15 ] 
.

<http://calf.sourceforge.net/factory_presets#reverb_Room> a lv2p:Preset ;
    rdfs:label "Room" ;
    lv2:appliesTo <http://calf.sourceforge.net/plugins/Reverb> ;
    lv2:port 
        [ lv2:symbol "decay_time" ; lv2p:value 0.445945 ] ,
        [ lv2:symbol "hf_damp" ; lv2p:value 5508.46 ] ,
        [ lv2:symbol "room_size" ; lv2p:value 4.0 ] ,
        [ lv2:symbol "diffusion" ; lv2p:value 0.54 ] ,
        [ lv2:symbol "amount" ; lv2p:value 0.469761 ] ,
        [ lv2:symbol "dry" ; lv2p:value 1.0 ] ,
        [ lv2:symbol "predelay" ; lv2p:value 25.0 ] ,
        [ lv2:symbol "bass_cut" ; lv2p:value 257.65 ] ,
        [ lv2:symbol "treble_cut" ; lv2p:value 20000.0 ] 
.