summaryrefslogtreecommitdiff
path: root/plugin/manifest.ttl
diff options
context:
space:
mode:
authorBent Bisballe Nyeng <deva@aasimon.org>2016-03-13 17:36:07 +0100
committerBent Bisballe Nyeng <deva@aasimon.org>2016-03-13 17:36:07 +0100
commit0e6d94e02e754a6448e90fa139221f1f660d8a0d (patch)
tree4b879b518b75833c4e8c97266d49b7dcb70683d0 /plugin/manifest.ttl
parent948e2a04f446109c369e28580c6193027685d3e8 (diff)
Initial version of DG plugin with plugingizmo wrapper code. So far only for LV2.
Diffstat (limited to 'plugin/manifest.ttl')
-rw-r--r--plugin/manifest.ttl7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugin/manifest.ttl b/plugin/manifest.ttl
new file mode 100644
index 0000000..65a8953
--- /dev/null
+++ b/plugin/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> .