Add LV2 plugin

This commit is contained in:
Chris Cannam
2022-01-07 13:33:18 +00:00
parent 8ccbe0df98
commit 297cc8d4d0
15 changed files with 516 additions and 76 deletions

View File

@@ -0,0 +1,14 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix rubberband: <http://breakfastquay.com/rdf/lv2-rubberband#> .
rubberband:mono
a lv2:Plugin ;
lv2:binary <lv2-rubberband.so> ;
rdfs:seeAlso <lv2-rubberband.ttl> .
rubberband:stereo
a lv2:Plugin ;
lv2:binary <lv2-rubberband.so> ;
rdfs:seeAlso <lv2-rubberband.ttl> .