Skip to main content

getBeatAtPos

Description​

Tries to find a beat at the given absolute position.

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

The absolute X-position of the beat to find.

yAll

The absolute Y-position of the beat to find.

Returns​

The beat found at the given position or null if no beat could be found.