aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/ext/morph/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-05-31 01:13:58 +0000
committerDavid Robillard <d@drobilla.net>2012-05-31 01:13:58 +0000
commit3c83ae6ed27e0486a1d5520f1674ee38ba6767c5 (patch)
tree3678a57b3c1802b60072937218d89c93973ff04d /lv2/lv2plug.in/ns/ext/morph/manifest.ttl
parent338857fe5f2525f50c9105969d2b07cbc8415940 (diff)
downloadlv2-3c83ae6ed27e0486a1d5520f1674ee38ba6767c5.tar.xz
Add morph extension.
Diffstat (limited to 'lv2/lv2plug.in/ns/ext/morph/manifest.ttl')
-rw-r--r--lv2/lv2plug.in/ns/ext/morph/manifest.ttl9
1 files changed, 9 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/ext/morph/manifest.ttl b/lv2/lv2plug.in/ns/ext/morph/manifest.ttl
new file mode 100644
index 0000000..1b578c0
--- /dev/null
+++ b/lv2/lv2plug.in/ns/ext/morph/manifest.ttl
@@ -0,0 +1,9 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://lv2plug.in/ns/ext/morph>
+ a lv2:Specification ;
+ lv2:minorVersion 0 ;
+ lv2:microVersion 0 ;
+ rdfs:seeAlso <morph.ttl> .
+