diff options
author | David Robillard <d@drobilla.net> | 2013-05-09 20:16:39 +0000 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2013-05-09 20:16:39 +0000 |
commit | dda54da26f30f848e6d2ed9d4c8c0c1d921bf5d0 (patch) | |
tree | c26865ca3d000158b31bd4ac6e830f9f0706d3ff /lv2/lv2plug.in/ns/extensions/ui/ui.ttl | |
parent | 1f39eeb9ecca77912c481cb531e0f4a1a1f2e96a (diff) | |
download | lv2-dda54da26f30f848e6d2ed9d4c8c0c1d921bf5d0.tar.xz |
Add ui:updateRate property.
Diffstat (limited to 'lv2/lv2plug.in/ns/extensions/ui/ui.ttl')
-rw-r--r-- | lv2/lv2plug.in/ns/extensions/ui/ui.ttl | 5 |
1 files changed, 5 insertions, 0 deletions
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.</p> this URI, with NULL for data.</p> """ . +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 ; |