alphaTab.midi.BeatTickLookupItem
Represents a beat and when it is actually played according to the generated audio.
class BeatTickLookupItemProperties​
beat​
Gets the beat represented by this item.
playbackStart​
Gets the playback start of the beat according to the generated audio.
- JavaScript
- C#
- Kotlin
readonly playbackStart: number;double PlaybackStart { get; }val playbackStart: Double