aboutsummaryrefslogtreecommitdiffstats
path: root/lv2
diff options
context:
space:
mode:
Diffstat (limited to 'lv2')
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/lv2-ui.doap.ttl2
-rw-r--r--lv2/lv2plug.in/ns/extensions/ui/ui.ttl3
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