C# Class AlphaTab.Model.MasterBar

The MasterBar stores information about a bar which affects all tracks.
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode 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 méthode

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

CopyTo() public static méthode

public static CopyTo ( MasterBar src, MasterBar dst ) : void
src MasterBar
dst MasterBar
Résultat void

MasterBar() public méthode

public MasterBar ( ) : AlphaTab.Audio
Résultat AlphaTab.Audio