Navigation
API > API/Plugins > API/Plugins/HarmonixDsp
Copyright Epic Games, Inc. All Rights Reserved.
| Name | ETimeSyncOption |
| Type | enum |
| Header File | /Engine/Plugins/Runtime/Harmonix/Source/HarmonixDsp/Public/HarmonixDsp/TimeSyncOption.h |
| Include Path | #include "HarmonixDsp/TimeSyncOption.h" |
Syntax
enum ETimeSyncOption
{
None = 0,
TempoSync,
SpeedScale,
Num,
}
Values
| Name | Remarks |
|---|---|
| None | Time setting will always be as authored. |
| TempoSync | Time setting is interpreted as a multiple of quarter note(s) and kept in sync with the current tempo. |
| SpeedScale | Time setting is multiplied by the current music playback speed. |
| Num |