diff options
Diffstat (limited to 'bundles/ingen.lv2')
-rw-r--r-- | bundles/ingen.lv2/ingen.ttl | 5 | ||||
-rw-r--r-- | bundles/ingen.lv2/manifest.ttl | 13 |
2 files changed, 16 insertions, 2 deletions
diff --git a/bundles/ingen.lv2/ingen.ttl b/bundles/ingen.lv2/ingen.ttl index 2a1c0dce..d581e458 100644 --- a/bundles/ingen.lv2/ingen.ttl +++ b/bundles/ingen.lv2/ingen.ttl @@ -1,11 +1,12 @@ -@prefix ingen: <http://drobilla.net/ns/ingen#> . @prefix doap: <http://usefulinc.com/ns/doap#> . @prefix foaf: <http://xmlns.com/foaf/0.1/> . +@prefix ingen: <http://drobilla.net/ns/ingen#> . @prefix lv2: <http://lv2plug.in/ns/lv2core#> . +@prefix owl: <http://www.w3.org/2002/07/owl#> . @prefix rdf: <http://www.w3.org/1999/02/22-rdf-syntax-ns#> . @prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> . +@prefix ui: <http://lv2plug.in/ns/extensions/ui#> . @prefix xsd: <http://www.w3.org/2001/XMLSchema#> . -@prefix owl: <http://www.w3.org/2002/07/owl#> . <http://drobilla.net/drobilla#me> a foaf:Person ; 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." . |