diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-02-25 15:08:16 +0100 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-02-25 15:08:16 +0100 |
commit | e361a4e559738724a35312469c64116441562daf (patch) | |
tree | 2257d5081ce9a26d01ba69b5ad6675cc1ce2f083 /manifest.ttl.in | |
download | sherlock.lv2-e361a4e559738724a35312469c64116441562daf.tar.xz |
initial commit
Diffstat (limited to 'manifest.ttl.in')
-rw-r--r-- | manifest.ttl.in | 31 |
1 files changed, 31 insertions, 0 deletions
diff --git a/manifest.ttl.in b/manifest.ttl.in new file mode 100644 index 0000000..f449f92 --- /dev/null +++ b/manifest.ttl.in @@ -0,0 +1,31 @@ +# Copyright (c) 2015 Hanspeter Portner (dev@open-music-kontrollers.ch) +# +# This is free software: you can redistribute it and/or modify +# it under the terms of the Artistic License 2.0 as published by +# The Perl Foundation. +# +# This source is distributed in the hope that it will be useful, +# but WITHOUT ANY WARRANTY; without even the implied warranty of +# MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the +# Artistic License 2.0 for more details. +# +# You should have received a copy of the Artistic License 2.0 +# along the source as a COPYING file. If not, obtain it from +# http://www.perlfoundation.org/artistic_license_2_0. + +@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#> . + +@prefix sherlock: <http://open-music-kontrollers.ch/lv2/sherlock#> . + +sherlock:atom + a lv2:Plugin ; + lv2:binary <sherlock@LIB_EXT@> ; + ui:ui sherlock:atom_ui ; + rdfs:seeAlso <sherlock.ttl> . + +sherlock:atom_ui + a ui:X11UI ; + ui:binary <sherlock_ui@LIB_EXT@> ; + rdfs:seeAlso <sherlock.ttl> . |