new get_hostinfo in plugin_ui_callbacks
This commit is contained in:
parent
9310b08670
commit
17b518038e
@ -45,6 +45,7 @@ typedef struct {
|
|||||||
const char * format;
|
const char * format;
|
||||||
const char * (*get_bindir)(void *handle);
|
const char * (*get_bindir)(void *handle);
|
||||||
const char * (*get_datadir)(void *handle);
|
const char * (*get_datadir)(void *handle);
|
||||||
|
const char * (*get_hostinfo)(void *handle);
|
||||||
{{?it.product.parameters.find(x => x.direction == "input")}}
|
{{?it.product.parameters.find(x => x.direction == "input")}}
|
||||||
void (*set_parameter_begin)(void *handle, size_t index, float value);
|
void (*set_parameter_begin)(void *handle, size_t index, float value);
|
||||||
void (*set_parameter)(void *handle, size_t index, float value);
|
void (*set_parameter)(void *handle, size_t index, float value);
|
||||||
|
Loading…
Reference in New Issue
Block a user