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
class FEventQuantizer
Remarks
Class which handles the details of event quantization.
Constructors
| Type | Name | Description | |
|---|---|---|---|
Destructors
| Type | Name | Description | |
|---|---|---|---|
Functions
| Type | Name | Description | |
|---|---|---|---|
| void | EnqueueEvent
(
EEventQuantization InQuantization, |
Enqueues a quantized event. | |
| uint16 | |||
| float | GetBPM () |
||
| uint32 | GetDurationInFrames
(
int32 NumBars, |
||
| float | |||
| const FEventQuantizationSettings & | |||
| void | NotifyEvents
(
int32 NumFrames |
Called to perform notifications for any events which happen in the next given number of frames. | |
| void | RegisterListenerForEvent
(
IQuantizedEventListener* InListener, |
Register event listener for specific events. | |
| void | SetBeatDivision
(
const uint16 InBeatDivision |
Set the beat division. | |
| void | SetBPM
(
const float InBPM |
Allows continuous control over BPM for the event quantizer. | |
| void | SetQuantizationSettings
(
const FEventQuantizationSettings& QuantizationSettings |
Sets the quantization settings for the event quantizer. | |
| void | UnregisterListenerForEvent
(
IQuantizedEventListener* InListener |
Unregisters the event listener for all quantization events. | |
| void | UnregisterListenerForEvent
(
IQuantizedEventListener* InListener, |
Unregister the event listener for specific quantization event. |