Skip to main content

getVisibleBeatAtStartWithChecker

Description​

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

getVisibleBeatAtStartWithChecker(checker: IBeatVisibilityChecker): Beat | null
ParameterSummary
checkerAll

The custom checker to see if a beat is visible.

Returns​

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