Skip to main content

alphaTab.midi.MidiTickLookupFindBeatResult

Represents the results of searching the currently played beat.

 class MidiTickLookupFindBeatResult

Properties​

beat​

Gets or sets the beat that is currently played and used for the start position of the cursor animation.

beat: Beat;

beatLookup​

Gets or sets the related beat tick lookup.

beatLookup: BeatTickLookup;

cursorMode​

The mode how the cursor should be handled.

duration​

Gets or sets the duration in milliseconds how long this lookup is valid.

duration: number;

end​

(no description)

readonly end: number;

masterBar​

Gets or sets the parent MasterBarTickLookup to which this beat lookup belongs to.

nextBeat​

Gets or sets the beat that will be played next.

start​

(no description)

readonly start: number;

tickDuration​

Gets or sets the duration in midi ticks how long this lookup is valid.

tickDuration: number;

Methods​

calculateDuration​

(no description)

calculateDuration(): void