2024-09-27 19:37:02 +02:00
|
|
|
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
2024-04-28 12:03:43 +02:00
|
|
|
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
|
|
|
|
2024-09-27 19:37:02 +02:00
|
|
|
<urn:nymph:examples:multimodefilter>
|
2024-04-28 12:03:43 +02:00
|
|
|
a lv2:Plugin ;
|
2024-09-27 19:24:06 +02:00
|
|
|
lv2:binary <libmultimodefilter.so> ;
|
|
|
|
rdfs:seeAlso <multimodefilter.ttl> .
|
2024-04-28 12:03:43 +02:00
|
|
|
|