Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP > API/Runtime/SignalProcessing/DSP/FPlateReverb
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Reverb.h |
| Include | #include "DSP/Reverb.h" |
Syntax
struct FPlate
Remarks
Plate data struction to organize each plate's delay lines and filters.
Variables
| Type | Name | Description | |
|---|---|---|---|
| FDelayAPF | APF | ||
| FDelay | Delay1 | ||
| FDelay | Delay2 | ||
| FOnePoleLPF | LPF | ||
| FDelayAPF | ModulatedAPF | ||
| float | ModulatedBaseDelayMsec | ||
| float | ModulatedDeltaDelayMsec | ||
| float | PreviousSample | Sample output of tank. |
Constructors
| Type | Name | Description | |
|---|---|---|---|
FPlate () |