C# 클래스 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.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
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

메소드 상세

AddNote() 공개 메소드

public AddNote ( Note note ) : void
note Note
리턴 void

AddWhammyBarPoint() 공개 메소드

public AddWhammyBarPoint ( AlphaTab.Model.BendPoint point ) : void
point AlphaTab.Model.BendPoint
리턴 void

Beat() 공개 메소드

public Beat ( ) : AlphaTab.Audio
리턴 AlphaTab.Audio

CalculateDuration() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : Beat
리턴 Beat

CopyTo() 공개 정적인 메소드

public static CopyTo ( Beat src, Beat dst ) : void
src Beat
dst Beat
리턴 void

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

GetAutomation() 공개 메소드

public GetAutomation ( AutomationType type ) : AlphaTab.Model.Automation
type AutomationType
리턴 AlphaTab.Model.Automation

GetNoteOnString() 공개 메소드

public GetNoteOnString ( int @string ) : Note
@string int
리턴 Note

RefreshNotes() 공개 메소드

public RefreshNotes ( ) : void
리턴 void

RemoveWhammyBarPoint() 공개 메소드

public RemoveWhammyBarPoint ( int index ) : void
index int
리턴 void