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 | |
parent | 44d37a772b2f85e1a05a05d042bc4467b5db6724 (diff) | |
download | lv2-4f597a80888eb6a448ee29c0777e99c87fa2eba4.tar.xz |
Add missing property labels
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 2 | ||||
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 3 |
2 files changed, 5 insertions, 0 deletions
diff --git a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl index d509e8a..130fdac 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl @@ -19,6 +19,8 @@ dcs:changeset [ dcs:item [ rdfs:label "Improve documentation." + ] , [ + rdfs:label "Add missing property labels." ] ] ] , [ 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 |