diff options
author | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-14 21:19:19 +0200 |
---|---|---|
committer | Hanspeter Portner <dev@open-music-kontrollers.ch> | 2015-06-14 21:19:19 +0200 |
commit | c3a795977b891b9ce5db1c3d750f76167229b2cb (patch) | |
tree | 72b07268eea431163e026f0304bd955d563b55a7 /sherlock.ttl | |
parent | bad1044d6ea155d6f7aec6d79b576df7c3116c85 (diff) | |
download | sherlock.lv2-c3a795977b891b9ce5db1c3d750f76167229b2cb.tar.xz |
add urid:map/unmap to lv2:Features.
Diffstat (limited to 'sherlock.ttl')
-rw-r--r-- | sherlock.ttl | 11 |
1 files changed, 7 insertions, 4 deletions
diff --git a/sherlock.ttl b/sherlock.ttl index 4b97198..df1d405 100644 --- a/sherlock.ttl +++ b/sherlock.ttl @@ -22,6 +22,7 @@ @prefix ui: <http://lv2plug.in/ns/extensions/ui#> . @prefix midi: <http://lv2plug.in/ns/ext/midi#> . @prefix time: <http://lv2plug.in/ns/ext/time#> . +@prefix urid: <http://lv2plug.in/ns/ext/urid#> . @prefix kx: <http://kxstudio.sf.net/ns/lv2ext/external-ui#> . @prefix osc: <http://opensoundcontrol.org#> . @@ -51,7 +52,8 @@ sherlock:atom_inspector_eo ui:plugin sherlock:atom_inspector ; lv2:symbol "notify" ; ui:protocol atom:eventTransfer ; - ] . + ] ; + lv2:requiredFeature urid:map, urid:unmap . sherlock:atom_inspector_ui a ui:UI ; ui:portNotification [ @@ -59,7 +61,7 @@ sherlock:atom_inspector_ui lv2:symbol "notify" ; ui:protocol atom:eventTransfer ; ] ; - lv2:requiredFeature ui:idleInterface ; + lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap ; lv2:extensionData ui:idleInterface, ui:showInterface . sherlock:atom_inspector_x11 a ui:X11UI ; @@ -68,7 +70,7 @@ sherlock:atom_inspector_x11 lv2:symbol "notify" ; ui:protocol atom:eventTransfer ; ] ; - lv2:requiredFeature ui:idleInterface ; + lv2:requiredFeature ui:idleInterface, urid:map, urid:unmap ; lv2:optionalFeature ui:resize ; lv2:extensionData ui:idleInterface . sherlock:atom_inspector_kx @@ -78,7 +80,7 @@ sherlock:atom_inspector_kx lv2:symbol "notify" ; ui:protocol atom:eventTransfer ; ] ; - lv2:requiredFeature kx:Host . + lv2:requiredFeature kx:Host, urid:map, urid:unmap . # Atom Inspector Plugin sherlock:atom_inspector @@ -88,6 +90,7 @@ sherlock:atom_inspector doap:license lic:Artistic-2.0 ; lv2:project proj:sherlock ; lv2:optionalFeature lv2:isLive, lv2:hardRTCapable ; + lv2:requiredFeature urid:map ; lv2:port [ # input event port |