nextBeat
Description​
Gets or sets the beat that will be played next.
- JavaScript
- C#
- Kotlin
nextBeat: MidiTickLookupFindBeatResult | null;
MidiTickLookupFindBeatResult? NextBeat { get; set; }
var nextBeat: MidiTickLookupFindBeatResult?
Gets or sets the beat that will be played next.
nextBeat: MidiTickLookupFindBeatResult | null;
MidiTickLookupFindBeatResult? NextBeat { get; set; }
var nextBeat: MidiTickLookupFindBeatResult?