Add Default preset

This commit is contained in:
2013-02-03 13:37:09 +00:00
parent 7e31025981
commit a5cd60d516
2 changed files with 260 additions and 0 deletions

View File

@@ -1,4 +1,5 @@
@prefix lv2: <http://lv2plug.in/ns/lv2core#> .
@prefix pset: <http://lv2plug.in/ns/ext/presets#> .
@prefix rdfs: <http://www.w3.org/2000/01/rdf-schema#> .
@prefix ui: <http://lv2plug.in/ns/extensions/ui#> .
@@ -10,3 +11,9 @@
<urn:fuzzle:ptap#X11UI>
a ui:X11UI;
ui:binary <ptap.so>.
<default.ttl>
a pset:Preset ;
rdfs:seeAlso <default.ttl> ;
lv2:appliesTo <urn:fuzzle:ptap> .