This file is indexed.

/usr/lib/lv2/naspro-ladspa-caps.lv2/ToneStack.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
@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:2589> a lv2:SimulatorPlugin .

<urn:ladspa:2589/port1> lv2:portProperty lv2:enumeration ;
	lv2:scalePoint [
		rdfs:label "basswoman" ;
		rdf:value 0.0
	] , [
		rdfs:label "twin" ;
		rdf:value 1.0
	] , [
		rdfs:label "wookie" ;
		rdf:value 2.0
	] , [
		rdfs:label "DC 30" ;
		rdf:value 3.0
	] , [
		rdfs:label "juice 800" ;
		rdf:value 4.0
	] , [
		rdfs:label "stanford" ;
		rdf:value 5.0
	] , [
		rdfs:label "HK 20" ;
		rdf:value 6.0
	] , [
		rdfs:label "nihon ace" ;
		rdf:value 7.0
	] , [
		rdfs:label "porky" ;
		rdf:value 8.0
	] , [
		rdfs:label "5F6-A LT" ;
		rdf:value 9.0
	] .