This file is indexed.

/usr/lib/lv2/naspro-ladspa-caps.lv2/Eq4p.ttl is in naspro-bridges 0.5.1-2.

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
@prefix lv2:   <http://lv2plug.in/ns/lv2core#> .
@prefix rdf:   <http://www.w3.org/1999/02/22-rdf-syntax-ns#> .
@prefix rdfs:  <http://www.w3.org/2000/01/rdf-schema#> .

<urn:ladspa:2608> a lv2:EQPlugin .

<urn:ladspa:2608/port0> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "off" ;
		rdfs:value -1.0
	] , [
		rdfs:label "lowshelve" ;
		rdf:value 0.0
	] , [
		rdfs:label "band" ;
		rdf:value 1.0
	] , [
		rdfs:label "hishelve" ;
		rdf:value 2.0
	] .

<urn:ladspa:2608/port4> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "off" ;
		rdfs:value -1.0
	] , [
		rdfs:label "lowshelve" ;
		rdf:value 0.0
	] , [
		rdfs:label "band" ;
		rdf:value 1.0
	] , [
		rdfs:label "hishelve" ;
		rdf:value 2.0
	] .

<urn:ladspa:2608/port8> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "off" ;
		rdfs:value -1.0
	] , [
		rdfs:label "lowshelve" ;
		rdf:value 0.0
	] , [
		rdfs:label "band" ;
		rdf:value 1.0
	] , [
		rdfs:label "hishelve" ;
		rdf:value 2.0
	] .

<urn:ladspa:2608/port12> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "off" ;
		rdfs:value -1.0
	] , [
		rdfs:label "lowshelve" ;
		rdf:value 0.0
	] , [
		rdfs:label "band" ;
		rdf:value 1.0
	] , [
		rdfs:label "hishelve" ;
		rdf:value 2.0
	] .