Skip to main content

alphaTab.model.TupletGroup

Represents a list of beats that are grouped within the same tuplet.

 class TupletGroup

Properties​

beats​

Gets or sets the list of beats contained in this group.

beats: Beat[];

isFull​

Gets a value indicating whether the tuplet group is fully filled.

isFull: boolean;

totalDuration​

(no description)

totalDuration: number;

voice​

Gets or sets the voice this group belongs to.

voice: Voice;

Methods​

check​

(no description)

check(beat: Beat): boolean
ParameterSummary
beatAll

(no description)