sfizz/lv2/manifest.ttl
Paul Ferrand 8ee911e218 Add LV2
2019-11-23 17:26:40 +01:00

8 lines
209 B
Turtle

@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
<http://sfztools.github.io/sfizz>
a lv2:Plugin ;
lv2:binary <sfizz.so> ;
rdfs:seeAlso <sfizz.ttl> .