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

Insertion DSP AFX parameter structure. More...

#include <cri_le_atom.h>

Data Fields

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

Detailed Description

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 .
See also
criAtomExVoicePool_AttachDspAfx

Field Documentation

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

The documentation for this struct was generated from the following file: