Ardour
9.0-pre0-582-g084a23a80d
|
#include <lv2_extensions.h>
Public Attributes | |
LV2_Inline_Display_Handle | handle |
void(* | queue_draw )(LV2_Inline_Display_Handle handle) |
a LV2 Feature provided by the Host to the plugin
Definition at line 58 of file lv2_extensions.h.
LV2_Inline_Display_Handle LV2_Inline_Display::handle |
Opaque host data
Definition at line 60 of file lv2_extensions.h.
void(* LV2_Inline_Display::queue_draw) (LV2_Inline_Display_Handle handle) |
Request from run() that the host should call render() at a later time to update the inline display
Definition at line 63 of file lv2_extensions.h.