alphaTab.midi.MasterBarTickLookupTempoChange
Represents a single point in time defining the tempo of a MasterBarTickLookup .
This is typically the initial tempo of a master bar or a tempo change.
class MasterBarTickLookupTempoChangeProperties​
tempo​
Gets or sets the tempo at the tick position.
- JavaScript
- C#
- Kotlin
tempo: number;double Tempo { get; set; }var tempo: Doubletick​
Gets or sets the tick position within the start and end range.
- JavaScript
- C#
- Kotlin
tick: number;double Tick { get; set; }var tick: Double