| | |
| | | }tag_echo,*ptag_echo; |
| | | |
| | | typedef struct{ |
| | | short bypass; |
| | | short name[8]; |
| | | short taps; |
| | | int coeffs[MAX_FIR_TAPS]; |
| | | }tag_fir, *ptag_fir; |
| | | |
| | | typedef struct{ |
| | |
| | | typedef struct{ |
| | | short proc_type; |
| | | short pad; |
| | | short proc_ins[sizeof(tag_eq)]; |
| | | char proc_ins[sizeof(tag_eq)]; |
| | | }tag_module ,*ptag_module; |
| | | |
| | | typedef struct{ |
| | | short proc_type; |
| | | short pad; |
| | | char proc_ins[sizeof(tag_fir)]; |
| | | }tag_module_fir, *ptag_module_fir; |
| | | |
| | | typedef struct{ |
| | | short input_group[MAX_INPUT_NUM]; |
| | | short output_group[MAX_OUTPUT_NUM]; |
| | | int input_group[MAX_INPUT_NUM]; |
| | | int output_group[MAX_OUTPUT_NUM]; |
| | | }tag_group,*ptag_group ; |
| | | |
| | | |
| | | // ENUM |
| | | typedef enum{ |
| | | INPUT_GAIN = 0x1, |
| | | INPUT_MUTE, |