C# 클래스 AlphaTab.Model.Note

A note is a single played sound on a fretted instrument. It consists of a fret offset and a string on which the note is played on. It also can be modified by a lot of different effects.
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
AddBendPoint ( AlphaTab.Model.BendPoint point ) : void
Clone ( ) : Note
CopyTo ( Note src, Note dst ) : void
Finish ( ) : void
GetStringTuning ( AlphaTab.Model.Track track, int noteString ) : int
Note ( ) : AlphaTab.Collections

비공개 메소드들

메소드 설명
NextNoteOnSameLine ( Note note ) : Note
PreviousNoteOnSameLine ( Note note ) : Note

메소드 상세

AddBendPoint() 공개 메소드

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

Clone() 공개 메소드

public Clone ( ) : Note
리턴 Note

CopyTo() 공개 정적인 메소드

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

Finish() 공개 메소드

public Finish ( ) : void
리턴 void

GetStringTuning() 공개 정적인 메소드

public static GetStringTuning ( AlphaTab.Model.Track track, int noteString ) : int
track AlphaTab.Model.Track
noteString int
리턴 int

Note() 공개 메소드

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