This file is indexed.

/usr/lib/lv2/naspro-ladspa-tap.lv2/DynamicsM.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
@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:2152> a lv2:DynamicsPlugin .

<urn:ladspa:2152/port6> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "2:1 comp at -6 dB" ;
		rdf:value 0.0
	] , [
		rdfs:label "2:1 comp at -9 dB" ;
		rdf:value 1.0
	] , [
		rdfs:label "2:1 comp at -12 dB" ;
		rdf:value 2.0
	] , [
		rdfs:label "2:1 comp at -18 dB" ;
		rdf:value 3.0
	] , [
		rdfs:label "2.5:1 comp at -12 dB" ;
		rdf:value 4.0
	] , [
		rdfs:label "3:1 comp at -12 dB" ;
		rdf:value 5.0
	] , [
		rdfs:label "3:1 comp at -15 dB" ;
		rdf:value 6.0
	] , [
		rdfs:label "Compressor/Gate" ;
		rdf:value 7.0
	] , [
		rdfs:label "Expander" ;
		rdf:value 8.0
	] , [
		rdfs:label "Hard limiter at -6 dB" ;
		rdf:value 9.0
	] , [
		rdfs:label "Hard limiter at -12 dB" ;
		rdf:value 10.0
	] , [
		rdfs:label "Hard gate at -35 dB" ;
		rdf:value 11.0
	] , [
		rdfs:label "Soft limiter" ;
		rdf:value 12.0
	] , [
		rdfs:label "Soft knee comp/gate" ;
		rdf:value 13.0
	] , [
		rdfs:label "Soft gate below -36 dB" ;
		rdf:value 14.0
	] .