alphaTab.synth.PlaybackRange
Represents a range of the song that should be played.
class PlaybackRangeProperties​
endTick​
The position in midi ticks to where the song should be played.
- JavaScript
- C#
- Kotlin
endTick: number;double EndTick { get; set; }var endTick: DoublestartTick​
The position in midi ticks from where the song should start.
- JavaScript
- C#
- Kotlin
startTick: number;double StartTick { get; set; }var startTick: Double