summaryrefslogtreecommitdiff
path: root/libs/plugins/a-delay.lv2/manifest.ttl.in
blob: 84ca864a8b7a04a7bca00b13355ed6b27901de6f (plain)
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@LIB_EXT@> ;
    rdfs:seeAlso <a-delay.ttl> .

#<urn:ardour:a-delay#ui>
#    a ui:GtkUI ;
#    ui:binary <a-delay-ui@LIB_EXT@> ;
#    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> .