|
Kestrel Interface
|
#include <kest_context.h>
Data Fields | |
| int | n_profiles |
| int | active_profile_id |
| kest_profile * | working_profile |
| kest_profile * | active_profile |
| kest_profile * | default_profile |
| profile_ll * | profiles |
| sequence_ll * | sequences |
| kest_sequence | main_sequence |
| kest_sequence * | sequence |
| int | saved_profiles_loaded |
| int | saved_sequences_loaded |
| kest_effect_desc_pll * | effects |
| kest_parameter | input_gain |
| kest_parameter | output_gain |
Definition at line 12 of file kest_context.h.
| kest_profile* kest_context::active_profile |
Definition at line 18 of file kest_context.h.
Referenced by kest_cxt_clone_state(), and kest_init_context().
| int kest_context::active_profile_id |
Definition at line 15 of file kest_context.h.
| kest_profile* kest_context::default_profile |
Definition at line 19 of file kest_context.h.
| kest_effect_desc_pll* kest_context::effects |
Definition at line 34 of file kest_context.h.
Referenced by kest_cxt_get_effect_desc_from_cname(), kest_init_context(), and load_effects().
| kest_parameter kest_context::input_gain |
Definition at line 36 of file kest_context.h.
Referenced by kest_cxt_clone_state(), kest_cxt_set_input_gain(), and kest_init_context().
| kest_sequence kest_context::main_sequence |
Definition at line 28 of file kest_context.h.
Referenced by kest_context_init_main_sequence(), kest_init_context(), and load_saved_sequences().
| int kest_context::n_profiles |
Definition at line 14 of file kest_context.h.
Referenced by kest_context_add_profile(), kest_context_add_profile_rp(), and kest_init_context().
| kest_parameter kest_context::output_gain |
Definition at line 37 of file kest_context.h.
Referenced by kest_cxt_clone_state(), kest_cxt_set_output_gain(), and kest_init_context().
| profile_ll* kest_context::profiles |
Definition at line 25 of file kest_context.h.
Referenced by cxt_find_profile(), cxt_get_profile_by_fname(), cxt_get_profile_by_id(), cxt_remove_profile(), cxt_save_all_profiles(), cxt_set_all_profiles_left_button_to_main_menu(), kest_context_add_profile(), kest_context_add_profile_rp(), kest_init_context(), and load_saved_profiles().
| int kest_context::saved_profiles_loaded |
Definition at line 31 of file kest_context.h.
Referenced by kest_init_context().
| int kest_context::saved_sequences_loaded |
Definition at line 32 of file kest_context.h.
Referenced by kest_init_context().
| kest_sequence* kest_context::sequence |
Definition at line 29 of file kest_context.h.
Referenced by cxt_handle_hw_switch(), kest_cxt_clone_state(), and kest_init_context().
| sequence_ll* kest_context::sequences |
Definition at line 26 of file kest_context.h.
Referenced by cxt_get_sequence_by_fname(), cxt_remove_sequence(), kest_context_add_sequence_rp(), kest_init_context(), and load_saved_sequences().
| kest_profile* kest_context::working_profile |
Definition at line 17 of file kest_context.h.
Referenced by kest_init_context().