LV2UI_Controller

Type Alias LV2UI_Controller 

Source
pub type LV2UI_Controller = *mut c_void;
Expand description

A pointer to a controller provided by the host.

The UI may compare this to NULL, but otherwise MUST NOT interpret it.