This file is indexed.

/usr/lib/lv2/calf.lv2/Filterclavier.ttl 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
 61
 62
 63
 64
 65
 66
 67
 68
 69
 70
 71
 72
 73
 74
 75
 76
 77
 78
 79
 80
 81
 82
 83
 84
 85
 86
 87
 88
 89
 90
 91
 92
 93
 94
 95
 96
 97
 98
 99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
@prefix : <http://calf.sourceforge.net/plugins/Filterclavier> .
@prefix rdf:  <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix dc: <http://dublincore.org/documents/dcmi-namespace/> .
@prefix doap: <http://usefulinc.com/ns/doap#> .
@prefix uiext: <http://lv2plug.in/ns/extensions/ui#> .
@prefix lv2ev: <http://lv2plug.in/ns/ext/event#> .
@prefix lv2midi: <http://lv2plug.in/ns/ext/midi#> .
@prefix lv2ctx: <http://lv2plug.in/ns/dev/contexts#> .
@prefix strport: <http://lv2plug.in/ns/dev/string-port#> .
@prefix pg: <http://ll-plugins.nongnu.org/lv2/ext/portgroups#> .
@prefix ue: <http://lv2plug.in/ns/extensions/units#> .
@prefix epp: <http://lv2plug.in/ns/dev/extportinfo#> .
@prefix kf: <http://foltman.com/ns/> .
@prefix foaf: <http://xmlns.com/foaf/0.1/> .
@prefix poly: <http://lv2plug.in/ns/dev/polymorphic-port#> .

<http://calf.sourceforge.net/plugins/gui/gtk2-gui>
    a uiext:GtkUI ;
    uiext:binary <calflv2gui.so> ;
    uiext:requiredFeature uiext:makeResident .
    
<http://calf.sourceforge.net/plugins/Filterclavier> a lv2:Plugin ;
    doap:name "Calf Filterclavier" ;
    doap:maintainer [ foaf:name "Krzysztof Foltman / Hans Baier" ; ] ;
    uiext:ui <http://calf.sourceforge.net/plugins/gui/gtk2-gui> ;
    lv2:optionalFeature <http://lv2plug.in/ns/ext/instance-access> ;
    lv2:optionalFeature <http://lv2plug.in/ns/ext/data-access> ;
    doap:license <http://usefulinc.com/doap/licenses/lgpl> ;
    dc:replaces <ladspa:33951> ;
    lv2:optionalFeature epp:supportsStrictBounds ;
    lv2:optionalFeature lv2:hardRtCapable ;
    lv2:requiredFeature <http://lv2plug.in/ns/ext/event> ;
    lv2:requiredFeature <http://lv2plug.in/ns/ext/uri-map> ;
    lv2:port [
        a lv2:InputPort ;
        a lv2:AudioPort ;
        lv2:index 0 ;
        lv2:symbol "in_l" ;
        lv2:name "in_l" ;
        pg:membership [ pg:group <#stereoIn>; pg:role pg:leftChannel ] ;
    ] , [
        a lv2:InputPort ;
        a lv2:AudioPort ;
        lv2:index 1 ;
        lv2:symbol "in_r" ;
        lv2:name "in_r" ;
        pg:membership [ pg:group <#stereoIn>; pg:role pg:rightChannel ] ;
    ] , [
        a lv2:OutputPort ;
        a lv2:AudioPort ;
        lv2:index 2 ;
        lv2:symbol "out_l" ;
        lv2:name "out_l" ;
        pg:membership [ pg:group <#stereoOut>; pg:role pg:leftChannel ] ;
    ] , [
        a lv2:OutputPort ;
        a lv2:AudioPort ;
        lv2:index 3 ;
        lv2:symbol "out_r" ;
        lv2:name "out_r" ;
        pg:membership [ pg:group <#stereoOut>; pg:role pg:rightChannel ] ;
    ] , [
        a lv2:InputPort ;
        a lv2:ControlPort ;
        lv2:index 4 ;
        lv2:symbol "transpose" ;
        lv2:name "Transpose" ;
        lv2:portProperty epp:hasStrictBounds ;
        lv2:portProperty lv2:integer ;
        lv2:default 0.00000 ;
        lv2:minimum -48.0000 ;
        lv2:maximum 48.0000 ;
        epp:rangeSteps 97.0000 ;
        ue:unit ue:semitone12TET ;
    ] , [
        a lv2:InputPort ;
        a lv2:ControlPort ;
        lv2:index 5 ;
        lv2:symbol "detune" ;
        lv2:name "Detune" ;
        lv2:portProperty epp:hasStrictBounds ;
        lv2:portProperty lv2:integer ;
        lv2:default 0.00000 ;
        lv2:minimum -100.000 ;
        lv2:maximum 100.000 ;
        ue:unit ue:cent ;
    ] , [
        a lv2:InputPort ;
        a lv2:ControlPort ;
        lv2:index 6 ;
        lv2:symbol "maxres" ;
        lv2:name "Max. Resonance" ;
        lv2:portProperty epp:hasStrictBounds ;
        lv2:default 32.0000 ;
        lv2:minimum 0.707000 ;
        lv2:maximum 32.0000 ;
        ue:unit ue:coef ;
    ] , [
        a lv2:InputPort ;
        a lv2:ControlPort ;
        lv2:index 7 ;
        lv2:symbol "mode" ;
        lv2:name "Mode" ;
        lv2:portProperty epp:hasStrictBounds ;
        lv2:portProperty epp:notAutomatic ;
        lv2:portProperty lv2:integer ;
        lv2:scalePoint [ rdfs:label "12dB/oct Lowpass"; rdf:value 0 ] ;
        lv2:scalePoint [ rdfs:label "24dB/oct Lowpass"; rdf:value 1 ] ;
        lv2:scalePoint [ rdfs:label "36dB/oct Lowpass"; rdf:value 2 ] ;
        lv2:scalePoint [ rdfs:label "12dB/oct Highpass"; rdf:value 3 ] ;
        lv2:scalePoint [ rdfs:label "24dB/oct Highpass"; rdf:value 4 ] ;
        lv2:scalePoint [ rdfs:label "36dB/oct Highpass"; rdf:value 5 ] ;
        lv2:scalePoint [ rdfs:label "6dB/oct Bandpass"; rdf:value 6 ] ;
        lv2:scalePoint [ rdfs:label "12dB/oct Bandpass"; rdf:value 7 ] ;
        lv2:scalePoint [ rdfs:label "18dB/oct Bandpass"; rdf:value 8 ] ;
        lv2:scalePoint [ rdfs:label "6dB/oct Bandreject"; rdf:value 9 ] ;
        lv2:scalePoint [ rdfs:label "12dB/oct Bandreject"; rdf:value 10 ] ;
        lv2:scalePoint [ rdfs:label "18dB/oct Bandreject"; rdf:value 11 ] ;
        lv2:default 6.00000 ;
        lv2:minimum 0.00000 ;
        lv2:maximum 11.0000 ;
    ] , [
        a lv2:InputPort ;
        a lv2:ControlPort ;
        lv2:index 8 ;
        lv2:symbol "inertia" ;
        lv2:name "Portamento time" ;
        lv2:portProperty epp:hasStrictBounds ;
        lv2:portProperty epp:notAutomatic ;
        lv2:portProperty epp:logarithmic ;
        lv2:default 20.0000 ;
        lv2:minimum 1.00000 ;
        lv2:maximum 2000.00 ;
        epp:rangeSteps 20.0000 ;
        ue:unit ue:ms ;
    ] , [
        a lv2:InputPort ;
        a lv2ev:EventPort ;
        lv2:index 9 ;
        lv2:symbol "event_in" ;
        lv2:name "Event" ;
        lv2:portProperty lv2:connectionOptional ;
        lv2ev:supportsEvent lv2midi:MidiEvent ;
        lv2ev:supportsTimestamp <lv2ev:TimeStamp> ;
    ]
.