From c11adc705f7028eeff2e8fcd6cbf6b9d5ee97206 Mon Sep 17 00:00:00 2001 From: David Robillard Date: Tue, 20 Nov 2018 23:26:49 +0100 Subject: Add a UI feature to request a parameter value from the host --- lv2/ui/ui.ttl | 13 +++++++++++++ 1 file changed, 13 insertions(+) (limited to 'lv2/ui/ui.ttl') diff --git a/lv2/ui/ui.ttl b/lv2/ui/ui.ttl index ecebbf4..763e7b2 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.

""" . +ui:requestValue + a lv2:Feature ; + lv2:documentation """ +

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 only be used 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.

+ """ . + ui:idleInterface a lv2:Feature , lv2:ExtensionData ; -- cgit v1.2.1