#include <lv2_external_ui.h>
When LV2_EXTERNAL_UI_URI UI is instantiated, the returned LV2UI_Widget handle must be cast to pointer to struct lv2_external_ui. UI is created in invisible state.
◆ hide
Host calls this function to make the plugin UI invisible again.
- Parameters
-
◆ run
Host calls this function regularly. UI library implementing the callback may do IPC or redraw the UI.
- Parameters
-
◆ show
Host calls this function to make the plugin UI visible.
- Parameters
-
The documentation for this struct was generated from the following file:
- /home/runner/work/lmms-fork/lmms-fork/plugins/LadspaEffect/calf/veal/src/calf/lv2_external_ui.h