From dda54da26f30f848e6d2ed9d4c8c0c1d921bf5d0 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Thu, 9 May 2013 20:16:39 +0000 Subject: Add ui:updateRate property. --- lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl') diff --git a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl index 70cc93f..5423933 100644 --- a/lv2/lv2plug.in/ns/extensions/ui/ui.ttl +++ b/lv2/lv2plug.in/ns/extensions/ui/ui.ttl @@ -330,6 +330,11 @@ return a pointer to an LV2_UI_Idle_Interface.

this URI, with NULL for data.

""" . +ui:updateRate + a rdf:Property ; + rdfs:range xsd:float ; + rdfs:comment "The target rate, in Hz, to send updates to the UI." . + ui:protocol a rdf:Property ; rdfs:domain ui:PortNotification ; -- cgit v1.2.1