C# 클래스 AlphaTab.Model.Voice

A voice represents a group of beats that can be played during a bar.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
AddBeat ( Beat beat ) : void
AddGraceBeat ( Beat beat ) : void
CopyTo ( Voice src, Voice dst ) : void
Finish ( ) : void
Voice ( ) : AlphaTab.Collections

비공개 메소드들

메소드 설명
Chain ( Beat beat ) : void

메소드 상세

AddBeat() 공개 메소드

public AddBeat ( Beat beat ) : void
beat Beat
리턴 void

AddGraceBeat() 공개 메소드

public AddGraceBeat ( Beat beat ) : void
beat Beat
리턴 void

CopyTo() 공개 정적인 메소드

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

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

Voice() 공개 메소드

public Voice ( ) : AlphaTab.Collections
리턴 AlphaTab.Collections