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

host feature structure More...

#include <lv2_progress.h>

Public Attributes

voidcontext
void(* progress )(void *context, float progress, const char *message)

Detailed Description

host feature structure

Member Data Documentation

◆ context

void* _LV2_Progress::context

to be supplied as first parameter of progress() callback

◆ progress

void(* _LV2_Progress::progress) (void *context, float progress, const char *message)

This function is called by plugin to notify host about progress of a lengthy operation.

Parameters
contextHost context
progressProgress, from 0.0 to 100.0
messageOptional (may be NULL) string describing current operation. If called once with non-NULL message, subsequent calls will NULL message mean that host will reuse the previous message.

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