|
Kestrel Interface
|
Go to the source code of this file.
Data Structures | |
| struct | kest_parameter_update |
Macros | |
| #define | MAX_CONCURRENT_PARAM_UPDATES 16 |
Functions | |
| void | kest_param_update_task (void *arg) |
| int | kest_parameter_trigger_update (kest_parameter *param, float target) |
| #define MAX_CONCURRENT_PARAM_UPDATES 16 |
Definition at line 4 of file kest_param_update.h.
| void kest_param_update_task | ( | void * | arg | ) |
| int kest_parameter_trigger_update | ( | kest_parameter * | param, |
| float | target ) |
Definition at line 276 of file kest_param_update.c.
Referenced by kest_cxt_set_input_gain(), kest_cxt_set_output_gain(), and parameter_widget_change_cb_inner().