Skip to main content

alphaTab.model.SyncPointData

Represents the data of a sync point for synchronizing the internal time axis with an external audio file.

 class SyncPointData

Properties​

barOccurence​

Indicates for which repeat occurence this sync point is valid (e.g. 0 on the first time played, 1 on the second time played)

barOccurence: number;

millisecondOffset​

The audio offset marking the position within the audio track in milliseconds. This information is used to regularly sync (or on seeking) to match a given external audio time axis with the internal time axis.

millisecondOffset: number;