C# 클래스 AlphaTab.Importer.Gp3To5Importer

상속: ScoreImporter
파일 보기 프로젝트 열기: CoderLine/alphaTab 1 사용 예제들

공개 메소드들

메소드 설명
DeltaFretToHarmonicValue ( int deltaFret ) : float
GetDoubleSig ( byte bytes ) : int
ReadArtificialHarmonic ( Note note ) : void
ReadBar ( Track track ) : void
ReadBars ( ) : void
ReadBeat ( Track track, Bar bar, Voice voice ) : void
ReadBeatEffects ( Beat beat ) : void
ReadBend ( Note note ) : void
ReadBool ( ) : bool
ReadChord ( Beat beat ) : void
ReadColor ( ) : Color
ReadDouble ( ) : double
ReadGrace ( Voice voice, Note note ) : void
ReadInt32 ( ) : int
ReadLyrics ( ) : void
ReadMasterBar ( ) : void
ReadMasterBars ( ) : void
ReadMixTableChange ( Beat beat ) : void
ReadNote ( Track track, Bar bar, Voice voice, Beat beat, int stringIndex ) : void
ReadNoteEffects ( Track track, Voice voice, Beat beat, Note note ) : void
ReadPageSetup ( ) : void
ReadPlaybackInfos ( ) : void
ReadScore ( ) : Score
ReadScoreInformation ( ) : void
ReadSlide ( Note note ) : void
ReadString ( int length ) : string
ReadStringByteLength ( int length ) : string

Reads a byte as size and the string itself. Additionally it is ensured the specified amount of bytes is read.

ReadStringInt ( ) : string

Reads an integer as size, and then the string itself

ReadStringIntByte ( ) : string

Reads an integer as size, skips a byte and reads the string itself

ReadStringIntUnused ( ) : string

Skips an integer (4byte) and reads a string using a bytesize

ReadTrack ( ) : void
ReadTracks ( ) : void
ReadTremoloBarEffect ( Beat beat ) : void
ReadTremoloPicking ( Beat beat ) : void
ReadTrill ( Note note ) : void
ReadVersion ( ) : void
ReadVoice ( Track track, Bar bar ) : void
ToDynamicValue ( int value ) : DynamicValue

비공개 메소드들

메소드 설명
ToStrokeValue ( int value ) : int

메소드 상세

DeltaFretToHarmonicValue() 공개 메소드

public DeltaFretToHarmonicValue ( int deltaFret ) : float
deltaFret int
리턴 float

GetDoubleSig() 공개 메소드

public GetDoubleSig ( byte bytes ) : int
bytes byte
리턴 int

ReadArtificialHarmonic() 공개 메소드

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

ReadBar() 공개 메소드

public ReadBar ( Track track ) : void
track Track
리턴 void

ReadBars() 공개 메소드

public ReadBars ( ) : void
리턴 void

ReadBeat() 공개 메소드

public ReadBeat ( Track track, Bar bar, Voice voice ) : void
track Track
bar Bar
voice Voice
리턴 void

ReadBeatEffects() 공개 메소드

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

ReadBend() 공개 메소드

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

ReadBool() 공개 메소드

public ReadBool ( ) : bool
리턴 bool

ReadChord() 공개 메소드

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

ReadColor() 공개 메소드

public ReadColor ( ) : Color
리턴 Color

ReadDouble() 공개 메소드

public ReadDouble ( ) : double
리턴 double

ReadGrace() 공개 메소드

public ReadGrace ( Voice voice, Note note ) : void
voice Voice
note Note
리턴 void

ReadInt32() 공개 메소드

public ReadInt32 ( ) : int
리턴 int

ReadLyrics() 공개 메소드

public ReadLyrics ( ) : void
리턴 void

ReadMasterBar() 공개 메소드

public ReadMasterBar ( ) : void
리턴 void

ReadMasterBars() 공개 메소드

public ReadMasterBars ( ) : void
리턴 void

ReadMixTableChange() 공개 메소드

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

ReadNote() 공개 메소드

public ReadNote ( Track track, Bar bar, Voice voice, Beat beat, int stringIndex ) : void
track Track
bar Bar
voice Voice
beat Beat
stringIndex int
리턴 void

ReadNoteEffects() 공개 메소드

public ReadNoteEffects ( Track track, Voice voice, Beat beat, Note note ) : void
track Track
voice Voice
beat Beat
note Note
리턴 void

ReadPageSetup() 공개 메소드

public ReadPageSetup ( ) : void
리턴 void

ReadPlaybackInfos() 공개 메소드

public ReadPlaybackInfos ( ) : void
리턴 void

ReadScore() 공개 메소드

public ReadScore ( ) : Score
리턴 Score

ReadScoreInformation() 공개 메소드

public ReadScoreInformation ( ) : void
리턴 void

ReadSlide() 공개 메소드

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

ReadString() 공개 메소드

public ReadString ( int length ) : string
length int
리턴 string

ReadStringByteLength() 공개 메소드

Reads a byte as size and the string itself. Additionally it is ensured the specified amount of bytes is read.
public ReadStringByteLength ( int length ) : string
length int the amount of bytes to read
리턴 string

ReadStringInt() 공개 메소드

Reads an integer as size, and then the string itself
public ReadStringInt ( ) : string
리턴 string

ReadStringIntByte() 공개 메소드

Reads an integer as size, skips a byte and reads the string itself
public ReadStringIntByte ( ) : string
리턴 string

ReadStringIntUnused() 공개 메소드

Skips an integer (4byte) and reads a string using a bytesize
public ReadStringIntUnused ( ) : string
리턴 string

ReadTrack() 공개 메소드

public ReadTrack ( ) : void
리턴 void

ReadTracks() 공개 메소드

public ReadTracks ( ) : void
리턴 void

ReadTremoloBarEffect() 공개 메소드

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

ReadTremoloPicking() 공개 메소드

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

ReadTrill() 공개 메소드

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

ReadVersion() 공개 메소드

public ReadVersion ( ) : void
리턴 void

ReadVoice() 공개 메소드

public ReadVoice ( Track track, Bar bar ) : void
track Track
bar Bar
리턴 void

ToDynamicValue() 공개 메소드

public ToDynamicValue ( int value ) : DynamicValue
value int
리턴 DynamicValue