summaryrefslogtreecommitdiff
path: root/libs/plugins/reasonablesynth.lv2/manifest.ttl.in
diff options
context:
space:
mode:
authorRobin Gareus <robin@gareus.org>2013-10-20 04:31:07 +0200
committerRobin Gareus <robin@gareus.org>2013-10-20 04:31:07 +0200
commitf5c386bbb40e176028022efa7577369eca79b788 (patch)
treea02001d5eba0478d246125d0d2dc9d7e6d156640 /libs/plugins/reasonablesynth.lv2/manifest.ttl.in
parentf191bdf6a010d05309b30bc3397bababc4ec4a3a (diff)
add reasonablesynth.lv2
A reasonably simple synth to allow new users to 'hear midi'. This is a first step. It still needs proper install and bundling.
Diffstat (limited to 'libs/plugins/reasonablesynth.lv2/manifest.ttl.in')
-rw-r--r--libs/plugins/reasonablesynth.lv2/manifest.ttl.in8
1 files changed, 8 insertions, 0 deletions
diff --git a/libs/plugins/reasonablesynth.lv2/manifest.ttl.in b/libs/plugins/reasonablesynth.lv2/manifest.ttl.in
new file mode 100644
index 0000000000..ad0cff08fa
--- /dev/null
+++ b/libs/plugins/reasonablesynth.lv2/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://gareus.org/oss/lv2/reasonablesynth>
+ a lv2:Plugin ;
+ lv2:binary <reasonablesynth@LIB_EXT@> ;
+ rdfs:seeAlso <reasonablesynth.ttl> .