findBeats
Description​
Tries to find the bounds of a given beat.
- JavaScript
- C#
- Kotlin
findBeats(beat: Beat): BeatBounds[] | null
IList<BeatBounds>? FindBeats(Beat beat)
fun findBeats(beat: Beat): alphaTab.collections.List<BeatBounds>?
Parameter | Summary |
---|---|
beatAll | The beat to find. |
Returns​
The beat bounds if it was rendered, or null if no boundary information is available.