Ardour  9.0-pre0-582-g084a23a80d
LV2_Inline_Display Struct Reference

#include <lv2_extensions.h>

Public Attributes

LV2_Inline_Display_Handle handle
 
void(* queue_draw )(LV2_Inline_Display_Handle handle)
 

Detailed Description

a LV2 Feature provided by the Host to the plugin

Definition at line 58 of file lv2_extensions.h.

Member Data Documentation

◆ handle

LV2_Inline_Display_Handle LV2_Inline_Display::handle

Opaque host data

Definition at line 60 of file lv2_extensions.h.

◆ queue_draw

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.


The documentation for this struct was generated from the following file: