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

Definition of parameters to be set by the phaser. 更多...

宏定义

#define CRIATOMEXASR_PHASER_PARAMETER_STAGES   (0)
 Delay time [ms] 更多...
 
#define CRIATOMEXASR_PHASER_PARAMETER_DEPTH   (1)
 Depth (LFO amplitude) 更多...
 
#define CRIATOMEXASR_PHASER_PARAMETER_RATE   (2)
 Rate (speed, LFO frequency) [Hz] 更多...
 
#define CRIATOMEXASR_PHASER_PARAMETER_FEEDBACK   (3)
 Feedback gain 更多...
 
#define CRIATOMEXASR_PHASER_PARAMETER_DRY_MIX   (4)
 Mix of dry component 更多...
 
#define CRIATOMEXASR_PHASER_PARAMETER_WET_MIX   (5)
 Mix of wet component 更多...
 
#define CRIATOMEXASR_PHASER_NUM_PARAMETERS   (6)
 Number of phasor parameters
 

详细描述

Definition of parameters to be set by the phaser.

参见
criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter

宏定义说明

◆ CRIATOMEXASR_PHASER_PARAMETER_STAGES

#define CRIATOMEXASR_PHASER_PARAMETER_STAGES   (0)

Delay time [ms]

Description:
Specify the strength of the phasing effect of the phaser.
The initial value of the parameter is 8, the minimum value is 4, the maximum value is 12.

◆ CRIATOMEXASR_PHASER_PARAMETER_DEPTH

#define CRIATOMEXASR_PHASER_PARAMETER_DEPTH   (1)

Depth (LFO amplitude)

Description:
Specify the depth of the phaser.
The initial value of the parameter is 0.5f, the minimum value is 0.0f, and the maximum value is 1.0f.

◆ CRIATOMEXASR_PHASER_PARAMETER_RATE

#define CRIATOMEXASR_PHASER_PARAMETER_RATE   (2)

Rate (speed, LFO frequency) [Hz]

Description:
Specify the rate of the phaser LFO.
The initial value of the parameter is 1.0f, the minimum value is 0.01f, and the maximum value is 100.0f.

◆ CRIATOMEXASR_PHASER_PARAMETER_FEEDBACK

#define CRIATOMEXASR_PHASER_PARAMETER_FEEDBACK   (3)

Feedback gain

Description:
Specify the feedback gain of the phaser.
The initial value of the parameter is 0.0f, the minimum value is 0.0f, and the maximum value is 1.0f.

◆ CRIATOMEXASR_PHASER_PARAMETER_DRY_MIX

#define CRIATOMEXASR_PHASER_PARAMETER_DRY_MIX   (4)

Mix of dry component

Description:
Specify the mixing ratio of the dry (Original sound) component of the phaser.
The initial value of the parameter is 0.71 f, the minimum value is 0.0 f, and the maximum value is 1.0 f.

◆ CRIATOMEXASR_PHASER_PARAMETER_WET_MIX

#define CRIATOMEXASR_PHASER_PARAMETER_WET_MIX   (5)

Mix of wet component

Description:
Specify the mixing ratio of the wet (Distortion) component of the phaser.
The initial value of the parameter is 0.71 f, the minimum value is 0.0 f, and the maximum value is 1.0 f.