Audacity 3.2.0
|
Classes | |
struct | GetValueData |
struct | SetValueData |
Functions | |
const void * | get_value_func (const char *port_symbol, void *user_data, uint32_t *size, uint32_t *type) |
void | set_value_func (const char *port_symbol, void *user_data, const void *value, uint32_t size, uint32_t type) |
const void * anonymous_namespace{LV2Ports.cpp}::get_value_func | ( | const char * | port_symbol, |
void * | user_data, | ||
uint32_t * | size, | ||
uint32_t * | type | ||
) |
This function isn't used yet, but if we ever need to call lilv_state_new_from_instance, we will give it this callback
Definition at line 348 of file LV2Ports.cpp.
References settings(), and size.
void anonymous_namespace{LV2Ports.cpp}::set_value_func | ( | const char * | port_symbol, |
void * | user_data, | ||
const void * | value, | ||
uint32_t | size, | ||
uint32_t | type | ||
) |
Definition at line 376 of file LV2Ports.cpp.
References settings(), and size.
Referenced by LV2Ports::EmitPortValues().