EQuartzCommandQuantization

An enumeration for specifying quantization for Quartz commands.

Windows
MacOS
Linux

References

Module

Engine

Header

/Engine/Source/Runtime/Engine/Classes/Sound/QuartzQuantizationUtilities.h

Include

#include "Sound/QuartzQuantizationUtilities.h"

Syntax

enum EQuartzCommandQuantization
{
    Bar,
    Beat,
    ThirtySecondNote,
    SixteenthNote,
    EighthNote,
    QuarterNote,
    HalfNote,
    WholeNote,
    DottedSixteenthNote,
    DottedEighthNote,
    DottedQuarterNote,
    DottedHalfNote,
    DottedWholeNote,
    SixteenthNoteTriplet,
    EighthNoteTriplet,
    QuarterNoteTriplet,
    HalfNoteTriplet,
    Tick,
    Count,
    None,
}

Values

Name

Description

Bar

Beat

ThirtySecondNote

SixteenthNote

EighthNote

QuarterNote

HalfNote

WholeNote

DottedSixteenthNote

DottedEighthNote

DottedQuarterNote

DottedHalfNote

DottedWholeNote

SixteenthNoteTriplet

EighthNoteTriplet

QuarterNoteTriplet

HalfNoteTriplet

Tick

Count

None

Remarks

An enumeration for specifying quantization for Quartz commands.

Help shape the future of Unreal Engine documentation! Tell us how we're doing so we can serve you better.
Take our survey
Dismiss