new get_hostinfo in plugin_ui_callbacks

This commit is contained in:
Paolo Marrone 2025-09-17 17:47:09 +02:00
parent 9310b08670
commit 17b518038e

View File

@ -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);