syncPoints
Description​
The sync points for this master bar to synchronize the alphaTab time axis with the external backing track audio.
- JavaScript
- C#
- Kotlin
syncPoints: Automation[] | undefined;
IList<Automation>? SyncPoints { get; set; }
var syncPoints: alphaTab.collections.List<Automation>?