C# 클래스 Vocaluxe.Lib.Song.CLine

파일 보기 프로젝트 열기: stsundermann/Vocaluxe 1 사용 예제들

공개 메소드들

메소드 설명
AddNote ( CNote Note ) : void
CLine ( ) : System
DeleteAllNotes ( ) : void
DeleteNote ( int Index ) : bool
IncLastNoteLength ( ) : bool
InsertNote ( CNote Note, int Index ) : bool
IsPerfect ( CLine CompareLine ) : bool
ReplaceNote ( int Index, CNote Note ) : bool

비공개 메소드들

메소드 설명
updateMinMaxBeat ( ) : void
updateMinMaxBeat ( CNote Note ) : void

메소드 상세

AddNote() 공개 메소드

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

CLine() 공개 메소드

public CLine ( ) : System
리턴 System

DeleteAllNotes() 공개 메소드

public DeleteAllNotes ( ) : void
리턴 void

DeleteNote() 공개 메소드

public DeleteNote ( int Index ) : bool
Index int
리턴 bool

IncLastNoteLength() 공개 메소드

public IncLastNoteLength ( ) : bool
리턴 bool

InsertNote() 공개 메소드

public InsertNote ( CNote Note, int Index ) : bool
Note CNote
Index int
리턴 bool

IsPerfect() 공개 메소드

public IsPerfect ( CLine CompareLine ) : bool
CompareLine CLine
리턴 bool

ReplaceNote() 공개 메소드

public ReplaceNote ( int Index, CNote Note ) : bool
Index int
Note CNote
리턴 bool