aboutsummaryrefslogtreecommitdiffstats
path: root/plugins/eg05-scope.lv2/manifest.ttl.in
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2013-12-15 21:18:33 +0000
committerDavid Robillard <d@drobilla.net>2013-12-15 21:18:33 +0000
commit8f2c1ead95ed11f42f0c9801c397ec2c9df45707 (patch)
treeb2d8b3c78a27b986691f5e505c0717381ff0b888 /plugins/eg05-scope.lv2/manifest.ttl.in
parent96ff3ee63a97c4f8a87813685340a0270c64c436 (diff)
downloadlv2-8f2c1ead95ed11f42f0c9801c397ec2c9df45707.tar.xz
Add example scope plugin from Robin Gareus.
Diffstat (limited to 'plugins/eg05-scope.lv2/manifest.ttl.in')
-rw-r--r--plugins/eg05-scope.lv2/manifest.ttl.in18
1 files changed, 18 insertions, 0 deletions
diff --git a/plugins/eg05-scope.lv2/manifest.ttl.in b/plugins/eg05-scope.lv2/manifest.ttl.in
new file mode 100644
index 0000000..028a673
--- /dev/null
+++ b/plugins/eg05-scope.lv2/manifest.ttl.in
@@ -0,0 +1,18 @@
+@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://lv2plug.in/plugins/eg-scope#Mono>
+ a lv2:Plugin ;
+ lv2:binary <examploscope@LIB_EXT@> ;
+ rdfs:seeAlso <examploscope.ttl> .
+
+<http://lv2plug.in/plugins/eg-scope#Stereo>
+ a lv2:Plugin ;
+ lv2:binary <examploscope@LIB_EXT@> ;
+ rdfs:seeAlso <examploscope.ttl> .
+
+<http://lv2plug.in/plugins/eg-scope#ui>
+ a ui:GtkUI ;
+ ui:binary <examploscope_ui@LIB_EXT@> ;
+ rdfs:seeAlso <examploscope.ttl> .