addBeat
Description​
Adds a new beat to the lookup.
- JavaScript
- C#
- Kotlin
addBeat(bounds: BeatBounds): void
void AddBeat(BeatBounds bounds)
fun addBeat(bounds: BeatBounds): Unit
Parameter | Summary |
---|---|
boundsAll | The beat bounds to add. |
Adds a new beat to the lookup.
addBeat(bounds: BeatBounds): void
void AddBeat(BeatBounds bounds)
fun addBeat(bounds: BeatBounds): Unit
Parameter | Summary |
---|---|
boundsAll | The beat bounds to add. |