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

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

공개 메소드들

메소드 설명
CNote ( ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text, ENoteType NoteType ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit ) : System
CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit, ENoteType NoteType ) : System
IsPerfect ( CNote CompareNote ) : bool

메소드 상세

CNote() 공개 메소드

public CNote ( ) : System
리턴 System

CNote() 공개 메소드

public CNote ( int StartBeat, int Duration, int Tone, string Text ) : System
StartBeat int
Duration int
Tone int
Text string
리턴 System

CNote() 공개 메소드

public CNote ( int StartBeat, int Duration, int Tone, string Text, ENoteType NoteType ) : System
StartBeat int
Duration int
Tone int
Text string
NoteType ENoteType
리턴 System

CNote() 공개 메소드

public CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit ) : System
StartBeat int
Duration int
Tone int
Text string
Hit bool
리턴 System

CNote() 공개 메소드

public CNote ( int StartBeat, int Duration, int Tone, string Text, bool Hit, ENoteType NoteType ) : System
StartBeat int
Duration int
Tone int
Text string
Hit bool
NoteType ENoteType
리턴 System

IsPerfect() 공개 메소드

public IsPerfect ( CNote CompareNote ) : bool
CompareNote CNote
리턴 bool