C# Class AlphaTab.Model.Beat

A beat is a single block within a bar. A beat is a combination of several notes played at the same time.
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode Description
AddNote ( Note note ) : void
AddWhammyBarPoint ( AlphaTab.Model.BendPoint point ) : void
Beat ( ) : AlphaTab.Audio
CalculateDuration ( ) : int

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

Clone ( ) : Beat
CopyTo ( Beat src, Beat dst ) : void
Finish ( ) : void
GetAutomation ( AutomationType type ) : AlphaTab.Model.Automation
GetNoteOnString ( int @string ) : Note
RefreshNotes ( ) : void
RemoveWhammyBarPoint ( int index ) : void

Method Details

AddNote() public méthode

public AddNote ( Note note ) : void
note Note
Résultat void

AddWhammyBarPoint() public méthode

public AddWhammyBarPoint ( AlphaTab.Model.BendPoint point ) : void
point AlphaTab.Model.BendPoint
Résultat void

Beat() public méthode

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

CalculateDuration() public méthode

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

Clone() public méthode

public Clone ( ) : Beat
Résultat Beat

CopyTo() public static méthode

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

Finish() public méthode

public Finish ( ) : void
Résultat void

GetAutomation() public méthode

public GetAutomation ( AutomationType type ) : AlphaTab.Model.Automation
type AutomationType
Résultat AlphaTab.Model.Automation

GetNoteOnString() public méthode

public GetNoteOnString ( int @string ) : Note
@string int
Résultat Note

RefreshNotes() public méthode

public RefreshNotes ( ) : void
Résultat void

RemoveWhammyBarPoint() public méthode

public RemoveWhammyBarPoint ( int index ) : void
index int
Résultat void