aboutsummaryrefslogtreecommitdiffstats
path: root/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
diff options
context:
space:
mode:
authorDavid Robillard <d@drobilla.net>2012-03-23 02:06:41 +0000
committerDavid Robillard <d@drobilla.net>2012-03-23 02:06:41 +0000
commit382358caa9b8ea0b41b28e934574a7f0c5d5ff31 (patch)
tree29abcf5f4a3a65ffcd72385cfe0a0d61d452cbbb /lv2/lv2plug.in/ns/extensions/ui/ui.ttl
parent3dcef283f426a8657d90af84d5df220b43db6307 (diff)
downloadlv2-382358caa9b8ea0b41b28e934574a7f0c5d5ff31.tar.xz
Move UI resize functionality to UI extension.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.ttl19
1 files changed, 11 insertions, 8 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
index 010580f..fa07e0b 100644
--- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
+++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl
@@ -195,14 +195,6 @@ ui:PortNotification
rdfs:comment """
A PortNotification MUST have exactly one ui:plugin which is a lv2:Plugin.
"""
- ] , [
- a owl:Restriction ;
- owl:onProperty ui:portIndex ;
- owl:someValuesFrom xsd:decimal ;
- owl:cardinality 1 ;
- rdfs:comment """
-A PortNotification MUST have exactly one ui:portIndex which is an xsd:decimal.
-"""
] ;
lv2:documentation """
<p>A port notification. This describes which ports the host must send
@@ -254,3 +246,14 @@ can be used to indicate that only a particular type of data should cause
notification. This is useful where port traffic is very dense, but only a
certain small number of events are actually of interest to the UI.</p>
""" .
+
+ui:resize
+ a lv2:Feature ;
+ lv2:documentation """
+<p>A feature that allows the UI to notify the host about its current size, or
+request a size change. This feature corresponds to the LV2_UI_Resize struct,
+which should be passed with the URI LV2_UI__resize. This struct may also be
+provided by the UI as extension data using the same URI, in which case it is
+used by the host to request that the UI change its size.</p>
+""" .
+o \ No newline at end of file