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

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

Macros

#define CRIATOMEXASR_SURROUNDER_PARAMETER_MODE   (0)
 Operation mode. More...
 
#define CRIATOMEXASR_SURROUNDER_PARAMETER_DELAY_TIME_MS   (1)
 Delay time of surround component [ms]. More...
 
#define CRIATOMEXASR_SURROUNDER_PARAMETER_GAIN   (2)
 Gain of the surround component [amplitude]. More...
 
#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. More...
 
#define CRIATOMEXASR_SURROUNDER_MODE_CROSS   (1)
 Parameter setting value when specifying cross in the surrounder operation mode. More...
 
#define CRIATOMEXASR_SURROUNDER_MODE_MATRIX   (2)
 Parameter setting value when specifying matrix in surrounder operation mode. More...
 

Detailed Description

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

See also
criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter

Macro Definition Documentation

◆ CRIATOMEXASR_SURROUNDER_PARAMETER_MODE

#define CRIATOMEXASR_SURROUNDER_PARAMETER_MODE   (0)

Operation mode.

Description:
Specify the operation mode of the surrounder in this parameter index.
See also
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.