alphaTab.synth.PositionChangedEventArgs
Description
Represents the info when the time in the synthesizer changes.
class PositionChangedEventArgs
Properties
currentTick | The current time position within the song in midi ticks. |
currentTime | The current time position within the song in milliseconds. |
endTick | The total length of the song in midi ticks. |
endTime | The total length of the song in milliseconds. |
isSeek | Whether the position changed because of time seeking. |