summaryrefslogtreecommitdiffstats
path: root/ingen.lv2/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'ingen.lv2/manifest.ttl')
-rw-r--r--ingen.lv2/manifest.ttl28
1 files changed, 28 insertions, 0 deletions
diff --git a/ingen.lv2/manifest.ttl b/ingen.lv2/manifest.ttl
new file mode 100644
index 00000000..1789c078
--- /dev/null
+++ b/ingen.lv2/manifest.ttl
@@ -0,0 +1,28 @@
+@prefix ingen: <http://drobilla.net/ns/ingen#> .
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix templates: <http://drobilla.net/software/ingen/templates/> .
+
+<mono_synth.ttl>
+ a lv2:Plugin ,
+ ingen:Patch ;
+ rdfs:seeAlso <mono_synth.ttl> ;
+ lv2:binary <libingen_lv2.so> .
+
+<mono_effect.ttl>
+ a lv2:Plugin ,
+ ingen:Patch ;
+ rdfs:seeAlso <mono_effect.ttl> ;
+ lv2:binary <libingen_lv2.so> .
+
+<stereo_synth.ttl>
+ a lv2:Plugin ,
+ ingen:Patch ;
+ rdfs:seeAlso <stereo_synth.ttl> ;
+ lv2:binary <libingen_lv2.so> .
+
+<stereo_effect.ttl>
+ a lv2:Plugin ,
+ ingen:Patch ;
+ rdfs:seeAlso <stereo_effect.ttl> ;
+ lv2:binary <libingen_lv2.so> .