summaryrefslogtreecommitdiffstats
path: root/bundles/ingen.lv2/manifest.ttl
diff options
context:
space:
mode:
Diffstat (limited to 'bundles/ingen.lv2/manifest.ttl')
-rw-r--r--bundles/ingen.lv2/manifest.ttl13
1 files changed, 13 insertions, 0 deletions
diff --git a/bundles/ingen.lv2/manifest.ttl b/bundles/ingen.lv2/manifest.ttl
new file mode 100644
index 00000000..ea2f62fe
--- /dev/null
+++ b/bundles/ingen.lv2/manifest.ttl
@@ -0,0 +1,13 @@
+@prefix ingen: <http://drobilla.net/ns/ingen#> .
+@prefix owl: <http://www.w3.org/2002/07/owl#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
+
+ingen:
+ a owl:Ontology ;
+ rdfs:seeAlso <ingen.ttl> .
+
+ingen:PatchUIGtk2
+ a ui:GtkUI ;
+ ui:binary <libingen_gui_lv2.so> ;
+ rdfs:comment "The Ingen patcher interface." .