alphaTab.midi.BeatTickLookup
Description
Represents the time period, for which one or multiple Beat
s are played
class BeatTickLookup
Properties
duration | Gets the tick duration of this lookup. |
end | Gets or sets the end time in midi ticks at which the given beat is played. |
highlightedBeats | Gets or sets a list of all beats that should be highlighted when |
nextBeat | Gets the next BeatTickLookup which comes after this one and is in the same |
previousBeat | Gets the preivous BeatTickLookup which comes before this one and is in the same |
start | Gets or sets the start time in midi ticks at which the given beat is played. |
Methods
getVisibleBeatAtStart(Set<number>) | Looks for the first visible beat which starts at this lookup so it can be used for cursor placement. |
highlightBeat(Beat, number) | Marks the given beat as highlighed as part of this lookup. |