Module lv2_raw::ui [] [src]

Documentation of the corresponding C header files: http://lv2plug.in/ns/extensions/ui/ui.html.

Structs

LV2UIDescriptorRaw

A plugin UI.

LV2UIExternalUIHost

On UI instantiation, host must supply LV2_EXTERNAL_UI__Host feature. LV2_Feature::data must be pointer to LV2_External_UI_Host.

LV2UIExternalUIWidget

When LV2_EXTERNAL_UI__Widget UI is instantiated, the returned LV2UI_Widget handle must be cast to pointer to LV2_External_UI_Widget. UI is created in invisible state.

LV2UIIdleInterface

UI Idle Interface (LV2_UI__idleInterface)

LV2UIShowInterface

UI Show Interface (LV2_UI__showInterface)

Type Definitions

LV2UIControllerRaw

A pointer to a controller provided by the host.

LV2UIHandle

A pointer to UI instance internals.

LV2UIWidget

A pointer to some widget or other type of UI handle.

LV2UIWriteFunctionRaw

A host-provided function that sends data to a plugin's input ports.