summaryrefslogtreecommitdiffstats
path: root/manifest.ttl.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-07-07 06:41:46 +0000
committerDavid Robillard <d@drobilla.net>2012-07-07 06:41:46 +0000
commit277cd0f1959f75db24ecf48be1030aa1af03cd6d (patch)
tree5d384ed3a63f1de3f2278cbdfebba46f3e4a95b0 /manifest.ttl.in
downloadmatriseq.lv2-277cd0f1959f75db24ecf48be1030aa1af03cd6d.tar.gz
matriseq.lv2-277cd0f1959f75db24ecf48be1030aa1af03cd6d.tar.bz2
matriseq.lv2-277cd0f1959f75db24ecf48be1030aa1af03cd6d.zip
Add matriseq, a step sequencer for the Novation Launchpad.
git-svn-id: http://svn.drobilla.net/lad/trunk/plugins/matriseq@4512 a436a847-0d15-0410-975c-d299462d15a1
Diffstat (limited to 'manifest.ttl.in')
-rw-r--r--manifest.ttl.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/manifest.ttl.in b/manifest.ttl.in
new file mode 100644
index 0000000..4c08639
--- /dev/null
+++ b/manifest.ttl.in
@@ -0,0 +1,8 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
+
+<http://drobilla.net/plugins/matriseq>
+ a lv2:Plugin ;
+ lv2:binary <matriseq@LIB_EXT@> ;
+ rdfs:seeAlso <matriseq.ttl> .