summaryrefslogtreecommitdiff
path: root/src/manifest.ttl
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 11:36:22 +0200
committerBent Bisballe Nyeng <deva@aasimon.org>2015-09-20 11:36:22 +0200
commit24bb55371a5d8d81b23521ebdfcde68f0035697c (patch)
tree61cf42dc518420738262dcc9ccf75e932a63136f /src/manifest.ttl
Basic project based on DrumGizmo.
Diffstat (limited to 'src/manifest.ttl')
-rw-r--r--src/manifest.ttl7
1 files changed, 7 insertions, 0 deletions
diff --git a/src/manifest.ttl b/src/manifest.ttl
new file mode 100644
index 0000000..65a8953
--- /dev/null
+++ b/src/manifest.ttl
@@ -0,0 +1,7 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://drumgizmo.org/lv2>
+ a lv2:Plugin ;
+ lv2:binary <drumgizmo.so> ;
+ rdfs:seeAlso <drumgizmo.ttl> .