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

The definition of parameters to be set with reverb. More...

Macros

#define CRIATOMEXASR_REVERB_PARAMETER_REVERB_TIME_MS   (0)
 Reverberation time [ms]. More...
 
#define CRIATOMEXASR_REVERB_PARAMETER_ROOM_SIZE_M   (1)
 Room size [m]. More...
 
#define CRIATOMEXASR_REVERB_PARAMETER_PRE_DELAY_TIME_MS   (2)
 Pre-delay time [ms]. More...
 
#define CRIATOMEXASR_REVERB_PARAMETER_LOW_COF   (3)
 Low cutoff frequency [Hz]. More...
 
#define CRIATOMEXASR_REVERB_PARAMETER_HIGH_COF   (4)
 High cutoff frequency [Hz]. More...
 
#define CRIATOMEXASR_REVERB_NUM_PARAMETERS   (5)
 Number of parameters of reverb.
 
#define CRIATOMEXASR_REVERB_MODE_DEF_SURROUND   (0)
 Parameter setting value when specifying surround in reverb operation mode. More...
 
#define CRIATOMEXASR_REVERB_MODE_DEF_STEREO   (1)
 Parameter setting value when stereo is specified in reverb operation mode. More...
 
#define CRIATOMEXASR_REVERB_MODE_DEF_REAR_ONLY   (2)
 Parameter setting value when specifying rear only in reverb operation mode. More...
 
#define CRIATOMEXASR_REVERB_MODE_DEF_CENTER_ONLY   (3)
 Parameter setting value when specifying only center in reverb operation mode. More...
 

Detailed Description

The definition of parameters to be set with reverb.

See also
criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter

Macro Definition Documentation

◆ CRIATOMEXASR_REVERB_PARAMETER_REVERB_TIME_MS

#define CRIATOMEXASR_REVERB_PARAMETER_REVERB_TIME_MS   (0)

Reverberation time [ms].

Description:
Specify the reverberation time in this parameter index.
The initial value of the parameter is 3000.0 f, the minimum value is 1.0 f, and the maximum value is 20000.0 f.

◆ CRIATOMEXASR_REVERB_PARAMETER_ROOM_SIZE_M

#define CRIATOMEXASR_REVERB_PARAMETER_ROOM_SIZE_M   (1)

Room size [m].

Description:
Specify the reverb room size in this parameter index.
It is initialized with half the maximum room size. The minimum parameter value is 1.0 f, and the maximum value is 50.0 f.

◆ CRIATOMEXASR_REVERB_PARAMETER_PRE_DELAY_TIME_MS

#define CRIATOMEXASR_REVERB_PARAMETER_PRE_DELAY_TIME_MS   (2)

Pre-delay time [ms].

Description:
Specify the pre-delay time of the reverb in this parameter index.
The minimum value of the parameter is 10.0 f, the maximum value is 1000.0 f.

◆ CRIATOMEXASR_REVERB_PARAMETER_LOW_COF

#define CRIATOMEXASR_REVERB_PARAMETER_LOW_COF   (3)

Low cutoff frequency [Hz].

Description:
In this parameter index, specify the low cutoff frequency of the reverb output.
The initial value is 0.0 f. The minimum parameter value is 0.0 f, and the maximum value is 24000.0 f.

◆ CRIATOMEXASR_REVERB_PARAMETER_HIGH_COF

#define CRIATOMEXASR_REVERB_PARAMETER_HIGH_COF   (4)

High cutoff frequency [Hz].

Description:
In this parameter index, specify the high cutoff frequency of the reverb output.
The initial value is 8000.0 f. The minimum value of the parameter is 8000.0 f, and the maximum value is 24000.f.

◆ CRIATOMEXASR_REVERB_MODE_DEF_SURROUND

#define CRIATOMEXASR_REVERB_MODE_DEF_SURROUND   (0)

Parameter setting value when specifying surround in reverb operation mode.

Description:
Mix all the inputs of Ch to mono, and expand to matrix ch according to output Ch.
  • If the output ch is 5ch or less, stereo output is performed.
  • If the output ch is 6ch or more, output the reverse phase signal of the rear ch (rear L, Rch) to the surround ch (surround L, Rch).
Attention
The output of the center ch and LFE will be silent.

◆ CRIATOMEXASR_REVERB_MODE_DEF_STEREO

#define CRIATOMEXASR_REVERB_MODE_DEF_STEREO   (1)

Parameter setting value when stereo is specified in reverb operation mode.

Description:
Input-output is performed with 2Ch.

◆ CRIATOMEXASR_REVERB_MODE_DEF_REAR_ONLY

#define CRIATOMEXASR_REVERB_MODE_DEF_REAR_ONLY   (2)

Parameter setting value when specifying rear only in reverb operation mode.

Description:
Input-output is performed only with rear Ch (rear L, RCh).

◆ CRIATOMEXASR_REVERB_MODE_DEF_CENTER_ONLY

#define CRIATOMEXASR_REVERB_MODE_DEF_CENTER_ONLY   (3)

Parameter setting value when specifying only center in reverb operation mode.

Description:
Input-output is performed only with Center Ch.