/usr/lib/ardour5/LV2/a-delay.lv2/manifest.ttl is in ardour 1:5.12.0-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 | @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
<urn:ardour:a-delay>
a lv2:Plugin ;
lv2:binary <a-delay.so> ;
rdfs:seeAlso <a-delay.ttl> .
#<urn:ardour:a-delay#ui>
# a ui:GtkUI ;
# ui:binary <a-delay-ui.so> ;
# rdfs:seeAlso <a-delay.ttl> .
<urn:ardour:a-delay#preset001>
a pset:Preset ;
lv2:appliesTo <urn:ardour:a-delay> ;
rdfs:label "Zero" ;
rdfs:seeAlso <presets.ttl> .
|