First draft of a-expander
[ardour.git] / libs / plugins / a-exp.lv2 / manifest.ttl.in
1 @prefix lv2:  <http://lv2plug.in/ns/lv2core#> .
2 @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
3 @prefix pset: <http://lv2plug.in/ns/ext/presets#> .
4
5 <urn:ardour:a-exp>
6     a lv2:Plugin ;
7     lv2:binary <a-exp@LIB_EXT@> ;
8     rdfs:seeAlso <a-exp.ttl> .
9
10 <urn:ardour:a-exp#stereo>
11     a lv2:Plugin ;
12     lv2:binary <a-exp@LIB_EXT@> ;
13     rdfs:seeAlso <a-exp#stereo.ttl> .