CRI ADX  Last Updated: 2024-07-17 10:47 p

This defines the parameters to be set for IR reverb. More...

Macros

#define CRIATOMEXASR_IR_REVERB_PARAMETER_DRY_GAIN   (0)
 Dry ingredient mix gain(0 ~ 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_WET_GAIN   (1)
 Gain of wet component (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_REVERB_GAIN   (2)
 Gain of reverb component (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_INPUT_SEPARATION_RATIO   (3)
 Degree of left/right separation when input signal is stereo mixed (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_FRONT_INPUT_GAIN   (4)
 Gain of the front component when stereo mixing the input signal (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_CENTER_INPUT_GAIN   (5)
 Gain of the center component when stereo mixing the input signal (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_INPUT_GAIN   (6)
 Gain of surround component when input signal is stereo mixed (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_BACK_INPUT_GAIN   (7)
 Gain of surround back component when input signal is stereo mixed (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_FRONT_OUTPUT_GAIN   (8)
 Gain of the front component when upmixing the wet component (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_CENTER_OUTPUT_GAIN   (9)
 Gain of the center component when upmixing the wet component (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_OUTPUT_GAIN   (10)
 Gain of surround component when upmixing wet component (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_BACK_OUTPUT_GAIN   (11)
 Gain of surround back component when upmixing wet component (0 to 1) More...
 
#define CRIATOMEXASR_IR_REVERB_PARAMETER_CURRENT_IR_INDEX   (12)
 IR index number. More...
 
#define CRIATOMEXASR_IR_REVERB_NUM_PARAMETERS   (13)
 Number of effect parameters for IR reverb.
 

Detailed Description

This defines the parameters to be set for IR reverb.

See also
criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter

Macro Definition Documentation

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_DRY_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_DRY_GAIN   (0)

Dry ingredient mix gain(0 ~ 1)

Description:
Dry ingredient mix gain. Even when this effect is applied to a dry signal, the signal will be delayed by 1V of the Atom's server frequency. If delay is critical, set this parameter to 0 and mix the dry signal on a separate bus.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_WET_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_WET_GAIN   (1)

Gain of wet component (0 to 1)

Description:
Mix gain for the wet component. Applies to all wet components of the effect's output, including reverb that already reverberates.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_REVERB_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_REVERB_GAIN   (2)

Gain of reverb component (0 to 1)

Description:
The gain applied when generating reverb. Unlike wet gain, it only applies to subsequent reverberations. It does not apply to already reverberating reverberations. By updating when switching IRs, you can adjust the thickness of reverberation for each IR.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_INPUT_SEPARATION_RATIO

#define CRIATOMEXASR_IR_REVERB_PARAMETER_INPUT_SEPARATION_RATIO   (3)

Degree of left/right separation when input signal is stereo mixed (0 to 1)

Description:
Specifies the degree of left-right separation when stereo-mixing the input signal for convolution. If this parameter is 0, the input signal is mono-mixed and convolved with the IR. When 1, mixes the left (L, SL, SBL) and right (R, SR, SBR) components of the input signal into stereo L and R, respectively. Note that a value of 0 for this parameter for a mono IR will produce exactly the same reverb left and right.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_FRONT_INPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_FRONT_INPUT_GAIN   (4)

Gain of the front component when stereo mixing the input signal (0 to 1)

Description:
Specifies the gain of the front component for stereo mixing the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_CENTER_INPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_CENTER_INPUT_GAIN   (5)

Gain of the center component when stereo mixing the input signal (0 to 1)

Description:
Specifies the gain of the center component for stereo mixing the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_INPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_INPUT_GAIN   (6)

Gain of surround component when input signal is stereo mixed (0 to 1)

Description:
Specifies the gain of the surround component for stereo mixing the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_BACK_INPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_BACK_INPUT_GAIN   (7)

Gain of surround back component when input signal is stereo mixed (0 to 1)

Description:
Specifies the gain of the surround back component for stereo mixing the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_FRONT_OUTPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_FRONT_OUTPUT_GAIN   (8)

Gain of the front component when upmixing the wet component (0 to 1)

Description:
Specifies the gain of the front component for mixing the generated stereo wet component (reverberation) to the same number of channels as the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_CENTER_OUTPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_CENTER_OUTPUT_GAIN   (9)

Gain of the center component when upmixing the wet component (0 to 1)

Description:
Specifies the gain of the center component for mixing the generated stereo wet component (reverberation) to the same number of channels as the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_OUTPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_OUTPUT_GAIN   (10)

Gain of surround component when upmixing wet component (0 to 1)

Description:
Specifies the surround component gain for mixing the generated stereo wet component (reverberation) to the same number of channels as the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_BACK_OUTPUT_GAIN

#define CRIATOMEXASR_IR_REVERB_PARAMETER_SURROUND_BACK_OUTPUT_GAIN   (11)

Gain of surround back component when upmixing wet component (0 to 1)

Description:
Specifies the gain of the surround back component to mix the generated stereo wet component (reverberation) to the same number of channels as the input signal.

◆ CRIATOMEXASR_IR_REVERB_PARAMETER_CURRENT_IR_INDEX

#define CRIATOMEXASR_IR_REVERB_PARAMETER_CURRENT_IR_INDEX   (12)

IR index number.

Description:
An index number that specifies the IR to use for convolution from the list of IRs. If you specify an IR outside the range, specify the 0 th. The IR specified in this parameter applies only to the reverberation of new sounds. Once the note is pronounced, the reverberation is applied with the IR at the time of pronunciation until the reverberation ends.