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

Configuration structure used when creating an Instrument Voice Pool 更多...

#include <cri_le_atom_ex.h>

成员变量

CriAtomExVoicePoolIdentifier identifier
 
CriSint32 num_voices
 
CriAtomInstrumentPlayerConfig player_config
 

详细描述

Configuration structure used when creating an Instrument Voice Pool

Description:
Structure used to configure an Instrument Voice Pool.
Pass this as an argument to the criAtomExVoicePool_AllocateInstrumentVoicePool function.
The maximum number of voices that can be pooled is CRIATOMEX_MAX_VOICES_PER_POOL , and the minimum is CRIATOMEX_MIN_VOICES_PER_POOL .
注意
More members will be added in the future, so if you are not using the criAtomExVoicePool_SetDefaultConfigForInstrumentVoicePool macro, make sure to initialize the whole structure to zero before using it.
(Make sure that no member of the structure has an undefined value.)
参见
criAtomExVoicePool_AllocateInstrumentVoicePool, criAtomExVoicePool_SetDefaultConfigForInstrumentVoicePool

结构体成员变量说明

◆ identifier

Voice Pool ID

◆ num_voices

CriSint32 num_voices

Number of voices

◆ player_config

Specifications of the voices


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