alphaTab.midi.MasterBarTickLookup
Description
Represents the time period, for which all bars of a MasterBar
are played.
class MasterBarTickLookup
Properties
end | Gets or sets the end time in midi ticks at which the MasterBar is played. |
firstBeat | |
lastBeat | |
masterBar | Gets or sets the MasterBar which is played. |
nextMasterBar | Gets or sets the |
previousMasterBar | Gets or sets the |
start | Gets or sets the start time in midi ticks at which the MasterBar is played. |
tempo | Gets or sets the current tempo when the MasterBar is played. |
tempoChanges | Gets the list of tempo changes within the tick lookup. |
Methods
addBeat(Beat, number, number, number) | Adds a new beat to this masterbar following the slicing logic required by the MidiTickLookup. |