Audio plugin host https://kx.studio/carla
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

manifest.ttl.in 235B

9 years ago
9 years ago
1234567
  1. @prefix lv2: <http://lv2plug.in/ns/lv2core#> .
  2. @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
  3. <http://example.org/lib-descriptor>
  4. a lv2:Plugin ;
  5. lv2:binary <lib_descriptor@SHLIB_EXT@> ;
  6. rdfs:seeAlso <lib_descriptor.ttl> .