/usr/lib/lv2/ZamTube.lv2/presets.ttl is in zam-plugins 3.6~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 25 26 27 28 29 30 31 32 33 34 35 | @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#> .
<urn:zamaudio:ZamTube#preset001>
rdfs:label "Default" ;
lv2:port [
lv2:symbol "tubedrive" ;
pset:value 0.000000 ;
] ,
[
lv2:symbol "bass" ;
pset:value 0.500000 ;
] ,
[
lv2:symbol "mids" ;
pset:value 0.500000 ;
] ,
[
lv2:symbol "treb" ;
pset:value 0.000000 ;
] ,
[
lv2:symbol "tonestack" ;
pset:value 0 ;
] ,
[
lv2:symbol "gain" ;
pset:value 0.000000 ;
] ,
[
lv2:symbol "insane" ;
pset:value 0.000000 ;
] .
|