Skip to main content

findBeatAtPos

Description​

Tries to find the beat at the given X-position.

findBeatAtPos(x: number): BeatBounds | null
ParameterSummary
xAll

The X-position of the beat to find.

Returns​

The beat at the given X-position or null if none was found.