Add LV2 plugin
This commit is contained in:
14
ladspa-lv2/rubberband.lv2/manifest.ttl
Normal file
14
ladspa-lv2/rubberband.lv2/manifest.ttl
Normal 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> .
|
||||
|
||||
Reference in New Issue
Block a user