diff options
author | David Robillard <d@drobilla.net> | 2015-12-31 14:38:49 -0500 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2015-12-31 14:38:49 -0500 |
commit | 4f597a80888eb6a448ee29c0777e99c87fa2eba4 (patch) | |
tree | 398256c99e3175e721e489cf8f62b19b674461f5 /lv2/lv2plug.in/ns/extensions/ui/ui.ttl | |
parent | 44d37a772b2f85e1a05a05d042bc4467b5db6724 (diff) | |
download | lv2-4f597a80888eb6a448ee29c0777e99c87fa2eba4.tar.xz |
Add missing property labels
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index ae78841..f0444b5 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -251,6 +251,7 @@ ui:portIndex owl:DatatypeProperty ; rdfs:domain ui:PortNotification ; rdfs:range xsd:decimal ; + rdfs:label "port index" ; rdfs:comment "The index of the port a portNotification applies to." . ui:notifyType @@ -336,11 +337,13 @@ LV2UI_Show_Interface.</p> ui:windowTitle a rdf:Property ; rdfs:range xsd:string ; + rdfs:label "window title" ; rdfs:comment "The title for the window shown by LV2UI_Show_Interface." . ui:updateRate a rdf:Property ; rdfs:range xsd:float ; + rdfs:label "update rate" ; rdfs:comment "The target rate, in Hz, to send updates to the UI." . ui:protocol |