#include <Envelope.h>
◆ FADEnvelope()
| Audio::FADEnvelope::FADEnvelope |
( |
| ) |
|
|
inline |
◆ ~FADEnvelope()
| Audio::FADEnvelope::~FADEnvelope |
( |
| ) |
|
|
inline |
◆ Attack()
| void Audio::FADEnvelope::Attack |
( |
| ) |
|
◆ GetNextEnvelopeOut() [1/3]
| bool Audio::FADEnvelope::GetNextEnvelopeOut |
( |
float & |
OutEnvelope | ) |
|
◆ GetNextEnvelopeOut() [2/3]
◆ GetNextEnvelopeOut() [3/3]
◆ Init()
| void Audio::FADEnvelope::Init |
( |
int32 |
InSampleRate | ) |
|
◆ IsLooping()
| bool Audio::FADEnvelope::IsLooping |
( |
| ) |
const |
|
inline |
◆ SetAttackCurveFactor()
| void Audio::FADEnvelope::SetAttackCurveFactor |
( |
float |
InAttackCurve | ) |
|
◆ SetAttackTimeSeconds()
| void Audio::FADEnvelope::SetAttackTimeSeconds |
( |
float |
InAttackTimeSeconds | ) |
|
◆ SetDecayCurveFactor()
| void Audio::FADEnvelope::SetDecayCurveFactor |
( |
float |
InDecayCurve | ) |
|
◆ SetDecayTimeSeconds()
| void Audio::FADEnvelope::SetDecayTimeSeconds |
( |
float |
InReleaseTimeSeconds | ) |
|
◆ SetLooping()
| void Audio::FADEnvelope::SetLooping |
( |
bool |
bInIsLooping | ) |
|
|
inline |
The documentation for this class was generated from the following files:
- Engine/Source/Runtime/SignalProcessing/Public/DSP/Envelope.h
- Engine/Source/Runtime/SignalProcessing/Private/Envelope.cpp