This file is indexed.

/usr/lib/lv2/mda.lv2/Detune-presets.ttl is in mda-lv2 1.2.2~dfsg0-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
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .

<http://drobilla.net/plugins/mda/presets#Detune-stereo-detune>
	a pset:Preset ;
	lv2:appliesTo <http://drobilla.net/plugins/mda/Detune> ;
	rdfs:label "Stereo Detune" ;
	lv2:port [
		lv2:symbol "detune" ;
		pset:value 0.2
	] , [
		lv2:symbol "mix" ;
		pset:value 0.9
	] , [
		lv2:symbol "output" ;
		pset:value 0.5
	] , [
		lv2:symbol "latency" ;
		pset:value 0.5
	] .

<http://drobilla.net/plugins/mda/presets#Detune-symphonic>
	a pset:Preset ;
	lv2:appliesTo <http://drobilla.net/plugins/mda/Detune> ;
	rdfs:label "Symphonic" ;
	lv2:port [
		lv2:symbol "detune" ;
		pset:value 0.2
	] , [
		lv2:symbol "mix" ;
		pset:value 0.9
	] , [
		lv2:symbol "output" ;
		pset:value 0.5
	] , [
		lv2:symbol "latency" ;
		pset:value 0.5
	] .

<http://drobilla.net/plugins/mda/presets#Detune-out-of-tune>
	a pset:Preset ;
	lv2:appliesTo <http://drobilla.net/plugins/mda/Detune> ;
	rdfs:label "Out Of Tune" ;
	lv2:port [
		lv2:symbol "detune" ;
		pset:value 0.8
	] , [
		lv2:symbol "mix" ;
		pset:value 0.7
	] , [
		lv2:symbol "output" ;
		pset:value 0.5
	] , [
		lv2:symbol "latency" ;
		pset:value 0.5
	] .