Skip to main content

getVisibleBeatAtStart

Description​

Looks for the first visible beat which starts at this lookup so it can be used for cursor placement.

getVisibleBeatAtStart(visibleTracks: Set<number>): Beat | null
ParameterSummary
visibleTracksAll

The visible tracks.

Returns​

The first beat which is visible according to the given tracks or null.