From 4f597a80888eb6a448ee29c0777e99c87fa2eba4 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 31 Dec 2015 14:38:49 -0500 Subject: Add missing property labels --- lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl | 2 ++ lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 3 +++ 2 files changed, 5 insertions(+) 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.

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 -- cgit v1.2.1