LMMS
Loading...
Searching...
No Matches
LV2_Inline_Display Struct Reference

#include <inline-display.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

This allows a the plugin during in realtime context to invalidate the currently displayed data and request from the host to call render() as soon as feasible.

Member Data Documentation

◆ handle

LV2_Inline_Display_Handle LV2_Inline_Display::handle

Opaque host data

◆ 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


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