CRI ADX  Last Updated: 2024-03-21 14:32 p
CriAtomExGlobalAisacInfoTag 構造体

Global Aisac情報取得用構造体 [詳解]

#include <cri_atom_ex.h>

フィールド

const CriChar8 * name
 
CriUint16 index
 
CriUint16 num_graphs
 
CriAtomExAcfAisacType type
 
CriFloat32 random_range
 
CriUint16 control_id
 
CriUint16 dummy
 

詳解

Global Aisac情報取得用構造体

説明:
Global Aisac情報を取得するための構造体です。
criAtomExAcf_GetGlobalAisacInfo 関数に引数として渡します。
注意
typeが::CRIATOMEXACF_AISAC_TYPE_AUTO_MODULATION の場合、 control_idは内部的に使用されるインデックス値となります。
参照
criAtomExAcf_GetGlobalAisacInfo

フィールド詳解

◆ name

const CriChar8* name

Global Aisac名

◆ index

CriUint16 index

データインデックス

◆ num_graphs

CriUint16 num_graphs

グラフ数

◆ type

Aisacタイプ

◆ random_range

CriFloat32 random_range

ランダムレンジ

◆ control_id

CriUint16 control_id

Control Id

◆ dummy

CriUint16 dummy

未使用


この構造体詳解は次のファイルから抽出されました: