Skip to main content

getNoteAtPos

Description​

Tries to find the note at the given position using the given beat for fast access. Use findBeat to find a beat for a given position first.

getNoteAtPos(beat: Beat, x: number, y: number): Note | null
ParameterSummary
beatAll

The beat containing the note.

xAll

The X-position of the note.

yAll

The Y-position of the note.

Returns​

The note at the given position within the beat.