CRI ADX
Last Updated: 2024-07-17 10:48 p
|
The definition of the parameter to be set in the matrix. 更多...
宏定义 | |
#define | CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS (8) |
Maximum number of channels that can be handled 更多... | |
#define | CRIATOMEXASR_MATRIX_DEFAULT_NUM_PARAMETERS (CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS * CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS) |
Number of parameters when the input/output channels of the matrix are specified by default 更多... | |
#define | CRIATOMEXASR_MATRIX_PARAMETER_LEVELS(input_ch, output_ch) ((input_ch) * CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS + (output_ch)) |
Send level [amplitude] 更多... | |
The definition of the parameter to be set in the matrix.
#define CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS (8) |
Maximum number of channels that can be handled
#define CRIATOMEXASR_MATRIX_DEFAULT_NUM_PARAMETERS (CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS * CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS) |
Number of parameters when the input/output channels of the matrix are specified by default
#define CRIATOMEXASR_MATRIX_PARAMETER_LEVELS | ( | input_ch, | |
output_ch | |||
) | ((input_ch) * CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS + (output_ch)) |
Send level [amplitude]
[in] | input_ch | Input channel to be set |
[in] | output_ch | Output channel to be set |