Navigation
API > API/Runtime > API/Runtime/SignalProcessing > API/Runtime/SignalProcessing/DSP
References
| Module | SignalProcessing |
| Header | /Engine/Source/Runtime/SignalProcessing/Public/DSP/EventQuantizer.h |
| Include | #include "DSP/EventQuantizer.h" |
Syntax
struct FEventQuantizationSettings
Variables
| Type | Name | Description | |
|---|---|---|---|
| uint16 | BeatDivision | The beat division (must be power of 2) | |
| uint32 | BeatsPerBar | The beats per bar. | |
| float | BeatsPerMinute | The beats per minute. | |
| EEventQuantization | GlobalQuantization | What the "global" quantization setting is. | |
| uint32 | NumChannels | Number of channels in the output audio buffer. | |
| uint32 | SampleRate | The sample rate (in frames per second) of the output audio buffer. |
Constructors
| Type | Name | Description | |
|---|---|---|---|