alphaTab.midi.MidiTickLookupFindBeatResult
Represents the results of searching the currently played beat.
class MidiTickLookupFindBeatResultProperties​
beat​
Gets or sets the beat that is currently played and used for the start position of the cursor animation.
beatLookup​
Gets or sets the related beat tick lookup.
- JavaScript
- C#
- Kotlin
cursorMode​
The mode how the cursor should be handled.
- JavaScript
- C#
- Kotlin
cursorMode: MidiTickLookupFindBeatResultCursorMode;MidiTickLookupFindBeatResultCursorMode CursorMode { get; set; }var cursorMode: MidiTickLookupFindBeatResultCursorModeduration​
Gets or sets the duration in milliseconds how long this lookup is valid.
- JavaScript
- C#
- Kotlin
duration: number;double Duration { get; set; }var duration: Doubleend​
(no description)
- JavaScript
- C#
- Kotlin
readonly end: number;double End { get; }val end: DoublemasterBar​
Gets or sets the parent MasterBarTickLookup to which this beat lookup belongs to.
- JavaScript
- C#
- Kotlin
masterBar: MasterBarTickLookup;MasterBarTickLookup MasterBar { get; set; }var masterBar: MasterBarTickLookupnextBeat​
Gets or sets the beat that will be played next.
- JavaScript
- C#
- Kotlin
nextBeat: MidiTickLookupFindBeatResult | null;MidiTickLookupFindBeatResult? NextBeat { get; set; }var nextBeat: MidiTickLookupFindBeatResult?start​
(no description)
- JavaScript
- C#
- Kotlin
readonly start: number;double Start { get; }val start: DoubletickDuration​
Gets or sets the duration in midi ticks how long this lookup is valid.
- JavaScript
- C#
- Kotlin
tickDuration: number;double TickDuration { get; set; }var tickDuration: DoubleMethods​
calculateDuration​
(no description)
- JavaScript
- C#
- Kotlin
calculateDuration(): voidvoid CalculateDuration()fun calculateDuration(): Unit