Skip to main content

generateSyncPoints

Description​

Generates the sync points for the given score without re-generating the midi itself. Use this method if a re-generation of the sync points after modification is required. It correctly handles repeats and places sync points accoridng to their absolute midi tick when they need to be considered for synchronization.

static generateSyncPoints(score: Score): BackingTrackSyncPoint[]
ParameterSummary
scoreAll

The song for which to regenerate the sync points.

Returns​

The generated sync points for usage in the backing track playback.