diff options
author | David Robillard <d@drobilla.net> | 2018-11-20 23:26:49 +0100 |
---|---|---|
committer | David Robillard <d@drobilla.net> | 2020-03-12 14:06:33 +0100 |
commit | a5c734a2ad41ad3f97c9f9550f705baab57a7eaa (patch) | |
tree | c180d59f336396ac850f1519986c00c22e42aace /lv2/ui/ui.ttl | |
parent | 1d75523156c28b8a31b1a5d6504d78fe49b9cf62 (diff) | |
download | lv2-a5c734a2ad41ad3f97c9f9550f705baab57a7eaa.tar.xz |
WIP: Add feature to request parameter from from UIui-request-parameter
Diffstat (limited to 'lv2/ui/ui.ttl')
-rw-r--r-- | lv2/ui/ui.ttl | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index ecebbf4..387e80e 100644 --- a/lv2/ui/ui.ttl +++ b/lv2/ui/ui.ttl @@ -309,6 +309,19 @@ plugin UI. This feature corresponds to the LV2UI_Touch struct, which should be passed with the URI LV2_UI__touch.</p> """ . +ui:requestValue + a lv2:Feature ; + lv2:documentation """ +<p>A feature to request a parameter value from the user via the host. This +allows a plugin UI to request a new parameter value using the host's UI, for +example by showing a dialog or integrating with the host's built-in content +browser. This should be used only for complex parameter types where the plugin +UI is not capable of showing the expected native platform or host interface to +choose a value, such as file path parameters. This feature corresponds to the +LV2UI_Request_Value struct, which should be passed with the URI +LV2_UI__requestValue.</p> + """ . + ui:idleInterface a lv2:Feature , lv2:ExtensionData ; |