|
LMMS
|
#include <inline-display.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
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.
| LV2_Inline_Display_Handle LV2_Inline_Display::handle |
Opaque host data
| 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