This file is indexed.

/usr/lib/lv2/ZaMaximX2.lv2/presets.ttl is in zam-plugins 3.7~repack2-3.

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
@prefix lv2:   <http://lv2plug.in/ns/lv2core#> .
@prefix pset:  <http://lv2plug.in/ns/ext/presets#> .

<urn:zamaudio:ZaMaximX2#preset001>
    lv2:port [
        lv2:symbol "rel" ;
        pset:value 25.000000 ;
    ] ,
    [
        lv2:symbol "ceil" ;
        pset:value 0.000000 ;
    ] ,
    [
        lv2:symbol "thresh" ;
        pset:value 0.000000 ;
    ] ,
    [
        lv2:symbol "gr" ;
        pset:value 0.000000 ;
    ] ,
    [
        lv2:symbol "outlevel" ;
        pset:value -45.000000 ;
    ] .