aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg-sampler.lv2/manifest.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2011-07-07 21:22:42 +0000
committerDavid Robillard <d@drobilla.net>2011-07-07 21:22:42 +0000
commitcf303b78414279edb2b0cae6c95471260039e806 (patch)
treed408ca157efc0c3f4e113331548515888b062c49 /plugins/eg-sampler.lv2/manifest.ttl
parenta8776ce0398b2cd9169497a8bed61587bf06dea3 (diff)
downloadlv2-cf303b78414279edb2b0cae6c95471260039e806.tar.xz
Add sampler example plugin
Diffstat (limited to 'plugins/eg-sampler.lv2/manifest.ttl')
-rw-r--r--plugins/eg-sampler.lv2/manifest.ttl7
1 files changed, 7 insertions, 0 deletions
diff --git a/plugins/eg-sampler.lv2/manifest.ttl b/plugins/eg-sampler.lv2/manifest.ttl
new file mode 100644
index 0000000..f6ab02d
--- /dev/null
+++ b/plugins/eg-sampler.lv2/manifest.ttl
@@ -0,0 +1,7 @@
+@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
+@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
+
+<http://lv2plug.in/plugins/eg-sampler>
+ a lv2:Plugin ;
+ lv2:binary <sampler.so> ;
+ rdfs:seeAlso <sampler.ttl> .