CriWare Unreal Engine
Plug-ins for CriWare solutions.
読み取り中…
検索中…
一致する文字列を見つけられません
FAtomBusEffectCompressorSettings 構造体

#include <AtomBusEffectCompressor.h>

公開メンバ関数

 FAtomBusEffectCompressorSettings ()

公開変数類

float AttackTime
bool bBypass
float Gain
float Ratio
float ReleaseTime
FAtomSplitEQFilter SplitEQ
float SurroundLink
float Threshold

構築子と解体子

◆ FAtomBusEffectCompressorSettings()

FAtomBusEffectCompressorSettings::FAtomBusEffectCompressorSettings ( )

メンバ詳解

◆ AttackTime

float FAtomBusEffectCompressorSettings::AttackTime

Specifies the attack time of the compressor in milliseconds. The time until compression is completed.

◆ bBypass

bool FAtomBusEffectCompressorSettings::bBypass

Specifies the compressor amplitude detection value type. If true, input audio is directly routed to output audio with applying any effect.

◆ Gain

float FAtomBusEffectCompressorSettings::Gain

Specify the final output gain of the compressor in decibels (dB).

◆ Ratio

float FAtomBusEffectCompressorSettings::Ratio

Specifies the compressor ratio. There are no minimum and maximum limits, but the minimum value is limited to 0.01f during signal processing.

◆ ReleaseTime

float FAtomBusEffectCompressorSettings::ReleaseTime

Specifies the release time of the compressor in milliseconds. The time from when the amplitude becomes below the threshold until the end of compression.

◆ SplitEQ

FAtomSplitEQFilter FAtomBusEffectCompressorSettings::SplitEQ

Specifies the split EQ parameters of the compressor. Split EQ is an equalizer that divides the band into two. Compresses only the band extracted by the filter and synthesizes it with the remaining band.

◆ SurroundLink

float FAtomBusEffectCompressorSettings::SurroundLink

Specify the surround link strength of the compressor. Surround link function changes the compression strength using the lowest amplitude value in all channels. 100% fully uses the lowest amplitude value in all channels, while 0% turns off the surround link function.

◆ Threshold

float FAtomBusEffectCompressorSettings::Threshold

Specifies the compressor threshold at which the amplitude starts to be compressed in decibels (dB).


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