C# Class AlphaTab.Model.MasterBar

The MasterBar stores information about a bar which affects all tracks.
ファイルを表示 Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
CalculateDuration ( ) : int

Calculates the time spent in this bar. (unit: midi ticks)

CopyTo ( MasterBar src, MasterBar dst ) : void
MasterBar ( ) : AlphaTab.Audio

Method Details

CalculateDuration() public method

Calculates the time spent in this bar. (unit: midi ticks)
public CalculateDuration ( ) : int
return int

CopyTo() public static method

public static CopyTo ( MasterBar src, MasterBar dst ) : void
src MasterBar
dst MasterBar
return void

MasterBar() public method

public MasterBar ( ) : AlphaTab.Audio
return AlphaTab.Audio