CRI ADX  Last Updated: 2024-07-17 10:48 p
Parameters of the surrounding party

The definition of the parameter to be set with the surrounding party. 更多...

宏定义

#define CRIATOMEXASR_SURROUNDER_PARAMETER_MODE   (0)
 Operation mode 更多...
 
#define CRIATOMEXASR_SURROUNDER_PARAMETER_DELAY_TIME_MS   (1)
 Delay time of surround component [ms] 更多...
 
#define CRIATOMEXASR_SURROUNDER_PARAMETER_GAIN   (2)
 Gain of the surround component [amplitude] 更多...
 
#define CRIATOMEXASR_SURROUNDER_NUM_PARAMETERS   (3)
 Number of parameters of the surrounder
 
#define CRIATOMEXASR_SURROUNDER_MODE_STRAIGHT   (0)
 Parameter setting value when specifying straight in the surrounder operation mode 更多...
 
#define CRIATOMEXASR_SURROUNDER_MODE_CROSS   (1)
 Parameter setting value when specifying cross in the surrounder operation mode 更多...
 
#define CRIATOMEXASR_SURROUNDER_MODE_MATRIX   (2)
 Parameter setting value when specifying matrix in surrounder operation mode 更多...
 

详细描述

The definition of the parameter to be set with the surrounding party.

参见
criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter

宏定义说明

◆ CRIATOMEXASR_SURROUNDER_PARAMETER_MODE

#define CRIATOMEXASR_SURROUNDER_PARAMETER_MODE   (0)

Operation mode

Description:
Specify the operation mode of the surrounder in this parameter index.
参见
CRIATOMEXASR_SURROUNDER_MODE_STRAIGHT, CRIATOMEXASR_SURROUNDER_MODE_CROSS, CRIATOMEXASR_SURROUNDER_MODE_MATRIX

◆ CRIATOMEXASR_SURROUNDER_PARAMETER_DELAY_TIME_MS

#define CRIATOMEXASR_SURROUNDER_PARAMETER_DELAY_TIME_MS   (1)

Delay time of surround component [ms]

Description:
In this parameter index, specify the delay time of the surround channel component of the surrounder.
The initial parameter value is 0.0 f, the minimum value is 0.0 f, and the maximum value is 500.0 f.

◆ CRIATOMEXASR_SURROUNDER_PARAMETER_GAIN

#define CRIATOMEXASR_SURROUNDER_PARAMETER_GAIN   (2)

Gain of the surround component [amplitude]

Description:
In this parameter index, specify the output gain of the surround channel component of the surrounder.
The initial value of the parameter is 1.0 f, the minimum value is 0.0 f, and the maximum value is 2.4 (corresponding to 48 dB) of 10.

◆ CRIATOMEXASR_SURROUNDER_MODE_STRAIGHT

#define CRIATOMEXASR_SURROUNDER_MODE_STRAIGHT   (0)

Parameter setting value when specifying straight in the surrounder operation mode

Description:
Expand input LCh to surround LCh and RCh to surround RCh.

◆ CRIATOMEXASR_SURROUNDER_MODE_CROSS

#define CRIATOMEXASR_SURROUNDER_MODE_CROSS   (1)

Parameter setting value when specifying cross in the surrounder operation mode

Description:
Expand input LCh to surround RCh and RCh to surround LCh.

◆ CRIATOMEXASR_SURROUNDER_MODE_MATRIX

#define CRIATOMEXASR_SURROUNDER_MODE_MATRIX   (2)

Parameter setting value when specifying matrix in surrounder operation mode

Description:
Expand input LCh - RCh (LCh input minus RCh input) to surround LCh and RCh - LCh to surround RCh.