alphaTab.model.TupletGroup
Represents a list of beats that are grouped within the same tuplet.
class TupletGroupProperties​
beats​
Gets or sets the list of beats contained in this group.
isFull​
Gets a value indicating whether the tuplet group is fully filled.
- JavaScript
- C#
- Kotlin
isFull: boolean;bool IsFull { get; set; }var isFull: BooleantotalDuration​
(no description)
- JavaScript
- C#
- Kotlin
totalDuration: number;double TotalDuration { get; set; }var totalDuration: Doublevoice​
Gets or sets the voice this group belongs to.
Methods​
check​
(no description)
| Parameter | Summary |
|---|---|
beatAll | (no description) |