|
Kestrel Interface
|
#include <kest_state.h>
Data Fields | |
| float | input_gain |
| float | output_gain |
| kest_page_identifier | current_page |
| char | active_profile_fname [32] |
| char | active_sequence_fname [32] |
Definition at line 4 of file kest_state.h.
| char kest_state::active_profile_fname[32] |
Definition at line 10 of file kest_state.h.
Referenced by kest_cxt_clone_state(), kest_cxt_restore_state(), load_state_from_file(), and save_state_to_file().
| char kest_state::active_sequence_fname[32] |
Definition at line 11 of file kest_state.h.
Referenced by kest_cxt_clone_state(), and load_state_from_file().
| kest_page_identifier kest_state::current_page |
Definition at line 9 of file kest_state.h.
Referenced by kest_cxt_clone_state(), kest_cxt_enter_previous_current_page(), load_state_from_file(), and save_state_to_file().
| float kest_state::input_gain |
Definition at line 6 of file kest_state.h.
Referenced by kest_cxt_clone_state(), kest_cxt_restore_state(), load_state_from_file(), and save_state_to_file().
| float kest_state::output_gain |
Definition at line 7 of file kest_state.h.
Referenced by kest_cxt_clone_state(), kest_cxt_restore_state(), load_state_from_file(), and save_state_to_file().