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

#include <AtomModulationEnvelopeFollower.h>

公開変数類

float AttackTime = 0.010f
TObjectPtr< UAtomAudioBusAudioBus = nullptr
bool bBypass = false
bool bInvert = false
float Gain = 1.0f
float ReleaseTime = 0.100f

メンバ詳解

◆ AttackTime

float FAtomEnvelopeFollowerGeneratorParams::AttackTime = 0.010f

Attack time of envelope response (in sec)

◆ AudioBus

TObjectPtr<UAtomAudioBus> FAtomEnvelopeFollowerGeneratorParams::AudioBus = nullptr

AudioBus to follow amplitude of and generate modulation control signal from.

◆ bBypass

bool FAtomEnvelopeFollowerGeneratorParams::bBypass = false

If true, bypasses generator from being modulated by parameters, patches, or mixed (remains active and computed).

◆ bInvert

bool FAtomEnvelopeFollowerGeneratorParams::bInvert = false

If true, inverts output

◆ Gain

float FAtomEnvelopeFollowerGeneratorParams::Gain = 1.0f

Gain to apply to amplitude signal.

◆ ReleaseTime

float FAtomEnvelopeFollowerGeneratorParams::ReleaseTime = 0.100f

Release time of envelope response (in sec)


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