Skip to main content

findBeatAtPos

Description​

Tries to find a beat at the given location.

findBeatAtPos(x: number, y: number): Beat | null
ParameterSummary
xAll

The absolute X position where the beat spans across.

yAll

The absolute Y position where the beat spans across.

Returns​

The beat that spans across the given point, or null if none of the contained bars had a beat at this position.