syncPoints
Description​
The computed sync points for synchronizing the midi file with an external backing track.
- JavaScript
- C#
- Kotlin
syncPoints: BackingTrackSyncPoint[];
IList<BackingTrackSyncPoint> SyncPoints { get; set; }
var syncPoints: alphaTab.collections.List<BackingTrackSyncPoint>