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

Definition of parameters to be set by the phaser. More...

Macros

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

Detailed Description

Definition of parameters to be set by the phaser.

See also
criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter

Macro Definition Documentation

◆ 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.