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.
- JavaScript
- C#
- Kotlin
Parameter | Summary |
---|---|
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.