The definition of parameters to be set with 3 band equalizer and 32 band equalizer.
More...
The definition of parameters to be set with 3 band equalizer and 32 band equalizer.
- See also
- criAtomExAsrRack_SetEffectParameter, criAtomExAsrRack_GetEffectParameter
◆ CRIATOMEXASR_MULTIBANDS_EQ_PARAMETER_TYPE
◆ CRIATOMEXASR_MULTIBANDS_EQ_PARAMETER_FREQUENCY
The center frequency of each band [Hz].
- Parameters
-
[in] | band_index | Band index to be set |
- Description:
- In this parameter index, specify the center frequency of the filter of each band of 3 band equalizer / 32 band equalizer.
The initial value of the parameter is 24.0 f, the minimum value is 24.0 f, and the maximum value is 24000 f.
◆ CRIATOMEXASR_MULTIBANDS_EQ_PARAMETER_QUALITY_FACTOR
The Q value of each band.
- Parameters
-
[in] | band_index | Band index to be set |
- Description:
- In this parameter index, specify the Q value (sharpness, quality factor) of each band of the 3 band equalizer / 32 band equalizer.
The initial value of the parameter is 1.0 f, the minimum value is 0.0 f, and the maximum value is 10.0 f.
In the signal processing except the band pass filter, the minimum value is limited to 0.001 f.
◆ CRIATOMEXASR_MULTIBANDS_EQ_PARAMETER_GAIN
Output gain of each band [amplitude].
- Parameters
-
[in] | band_index | Band index to be set |
- Description:
- In this parameter index, specify the output gain of each band of 3 band equalizer / 32 band equalizer.
The initial parameter value is 1.0 f, the minimum value is 0.0 f, and the maximum value is 5.0 f.
In the case of low shelf, high shelf and peaking filter, the minimum value is limited to square root 1 / 65536.0 f during signal processing.
◆ CRIATOMEXASR_MULTIBANDS_EQ_NUM_PARAMETERS
Calculate the total number of parameters of 3 band equalizer / 32 band equalizer by specifying the number of band.
- Parameters
-
[in] | num_bands | Number of bands |