Skip to main content

findNoteAtPos

Description​

Tries to find a note at the given position.

findNoteAtPos(x: number, y: number): Note | null
ParameterSummary
xAll

The X-position of the note to find.

yAll

The Y-position of the note to find.

Returns​

The note at the given position or null if no note was found, or the note lookup was not enabled before rendering.