findBeatAtPos
Description​
Tries to find the beat at the given X-position.
- JavaScript
- C#
- Kotlin
findBeatAtPos(x: number): BeatBounds | null
BeatBounds? FindBeatAtPos(double x)
fun findBeatAtPos(x: Double): BeatBounds?
Parameter | Summary |
---|---|
xAll | The X-position of the beat to find. |
Returns​
The beat at the given X-position or null if none was found.