This file is indexed.

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

<urn:ladspa:34050> a lv2:CompressorPlugin .

<urn:ladspa:34050/port4> units:unit units:db .

<urn:ladspa:34050/port5> units:unit units:coef .

<urn:ladspa:34050/port6> units:unit units:ms .

<urn:ladspa:34050/port7> units:unit units:ms .

<urn:ladspa:34050/port8> units:unit units:db .

<urn:ladspa:34050/port9> units:unit units:db .

<urn:ladspa:34050/port10> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "RMS" ;
		rdf:value 0.0
	] , [
		rdfs:label "Peak" ;
		rdf:value 1.0
	] .

<urn:ladspa:33922/port11> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "Average" ;
		rdf:value 0.0
	] , [
		rdfs:label "Maximum" ;
		rdf:value 1.0
	] .

<urn:ladspa:34050/port13> units:unit units:db .

<urn:ladspa:34050/port14> units:unit units:db .