CRI ADX  Last Updated: 2024-07-17 10:48 p
CriAtomDspAfxConfigTag结构体 参考

Insertion DSP AFX parameter structure 更多...

#include <cri_le_atom.h>

成员变量

CriUint32 num_config_parameters
 Number of configuration parameters 更多...
 
const CriFloat32 * config_parameters
 Config parameter array 更多...
 
CriUint32 num_parameters
 Number of operation parameters 更多...
 
const CriFloat32 * default_parameters
 default parameter array 更多...
 
CriAtomAfxInterfaceWithVersionPtr afx_if
 The Afx format effect interface 更多...
 

详细描述

Insertion DSP AFX parameter structure

Description:
This parameter is specified when attaching an AFX format insertion DSP.
Specified as a member of the CriAtomExDspAfxConfig structure to criAtomExVoicePool_AttachDspAfx .
参见
criAtomExVoicePool_AttachDspAfx

结构体成员变量说明

◆ num_config_parameters

CriUint32 num_config_parameters

Number of configuration parameters

Description:
Specifies the number of configuration parameters.

◆ config_parameters

const CriFloat32* config_parameters

Config parameter array

Description:
Sets the array of parameters used when initializing the effect instance.
This parameter is additional parameter information that is required when creating an instance, and is different from parameters during operation.
For example, the maximum delay time,
which is a configuration parameter of the delay effect, is provided to determine the size of the delay buffer prepared when creating an instance, and is not used during operation.

◆ num_parameters

CriUint32 num_parameters

Number of operation parameters

Description:
Specifies the number of operation parameters.

◆ default_parameters

const CriFloat32* default_parameters

default parameter array

Description:
Sets the default value array for the effect's runtime parameters.
When an effect is attached to the voice pool or the effect parameters are initialized, the parameters specified here will be used.

◆ afx_if

CriAtomAfxInterfaceWithVersionPtr afx_if

The Afx format effect interface

Description:
Sets the Afx format effect interface to attach.

该结构体的文档由以下文件生成: