CRI ADX
Last Updated: 2024-07-17 10:47 p
|
The definition of the parameter to be set in the matrix. More...
Macros | |
#define | CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS (8) |
Maximum number of channels that can be handled. More... | |
#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. More... | |
#define | CRIATOMEXASR_MATRIX_PARAMETER_LEVELS(input_ch, output_ch) ((input_ch) * CRIATOMEXASR_MATRIX_DEFAULT_NUM_CHANNELS + (output_ch)) |
Send level [amplitude]. More... | |
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 |