Rework lv2export approach, get things to actually work
Tested to work with 3 plugins so far Signed-off-by: falkTX <falktx@falktx.com>
This commit is contained in:
parent
ec7e6b231e
commit
4f2550df5c
13 changed files with 1417 additions and 678 deletions
|
|
@ -1,7 +1,7 @@
|
|||
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
|
||||
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
|
||||
|
||||
<urn:cardinal:chow:chorus>
|
||||
<urn:cardinal:@SLUG@>
|
||||
a lv2:Plugin ;
|
||||
lv2:binary <plugins@LIB_EXT@> ;
|
||||
rdfs:seeAlso <chow-chorus.ttl> .
|
||||
lv2:binary <plugin@LIB_EXT@> ;
|
||||
rdfs:seeAlso <plugin.ttl> .
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue