Struct CriAtomExAcf.DspBusInfo
DSPバス設定情報取得用構造体
Inherited Members
Namespace: CriWare
Assembly: CriWare.CriAtom.dll
Syntax
public struct CriAtomExAcf.DspBusInfo
Remarks
説明: DSPバス設定情報を取得するための構造体です。 GetDspBusInformation(ushort, out DspBusInfo) 関数に引数として渡します。
Fields
busLinkIndexes
DSPバスリンクインデックス配列
Declaration
public InlineArray64<ushort> busLinkIndexes
Field Value
Type | Description |
---|---|
InlineArray64<ushort> |
busNo
セッティング内DSPバス番号
Declaration
public ushort busNo
Field Value
Type | Description |
---|---|
ushort |
fxIndexes
DSP FXインデックス配列
Declaration
public InlineArray8<ushort> fxIndexes
Field Value
Type | Description |
---|---|
InlineArray8<ushort> |
name
名前
Declaration
public NativeString name
Field Value
Type | Description |
---|---|
NativeString |
numBusLinks
DSPバスリンク数
Declaration
public byte numBusLinks
Field Value
Type | Description |
---|---|
byte |
numFxes
DSP FX数
Declaration
public byte numFxes
Field Value
Type | Description |
---|---|
byte |
pan3dAngle
Pan3D 角度
Declaration
public float pan3dAngle
Field Value
Type | Description |
---|---|
float |
pan3dDistance
Pan3D インテリア距離
Declaration
public float pan3dDistance
Field Value
Type | Description |
---|---|
float |
pan3dSpread
Pan3D スプレッド
Declaration
public float pan3dSpread
Field Value
Type | Description |
---|---|
float |
pan3dVolume
Pan3D 音量
Declaration
public float pan3dVolume
Field Value
Type | Description |
---|---|
float |
pan3dWideness
Pan3D マルチチャンネル音源の広がり
Declaration
public float pan3dWideness
Field Value
Type | Description |
---|---|
float |
volume
音量
Declaration
public float volume
Field Value
Type | Description |
---|---|
float |