updateSyncPoints
Description​
Updates the points used to synchronize the backing track with the synthesized audio for correct cursor placement.
- JavaScript
- C#
- Kotlin
updateSyncPoints(syncPoints: BackingTrackSyncPoint[]): void
void UpdateSyncPoints(IList<BackingTrackSyncPoint> syncPoints)
fun updateSyncPoints(syncPoints: alphaTab.collections.List<BackingTrackSyncPoint>): Unit
Parameter | Summary |
---|---|
syncPointsAll | (no description) |