Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/Granulator.h |
| Include | #include "DSP/Granulator.h" |
Syntax
struct FGrainData
Variables
| Type | Name | Description | |
|---|---|---|---|
| float | BufferSeekTime | Where in the buffer to seek the grain playback to. | |
| float | DurationSeconds | Duration of the grain. | |
| float | Frequency | The grain frequency (if in synthesis mode) | |
| EOsc::Type | OscType | What oscillator type to use. | |
| float | Pan | Grain pan. | |
| float | PitchScale | Grain pitch scale (if in buffer reading mode) | |
| float | Volume | Grain volume. |