C# Class AlphaTab.Importer.Gp3To5Importer

Inheritance: ScoreImporter
Datei anzeigen Open project: CoderLine/alphaTab Class Usage Examples

Public Methods

Method Description
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

Private Methods

Method Description
ToStrokeValue ( int value ) : int

Method Details

DeltaFretToHarmonicValue() public method

public DeltaFretToHarmonicValue ( int deltaFret ) : float
deltaFret int
return float

GetDoubleSig() public method

public GetDoubleSig ( byte bytes ) : int
bytes byte
return int

ReadArtificialHarmonic() public method

public ReadArtificialHarmonic ( Note note ) : void
note Note
return void

ReadBar() public method

public ReadBar ( Track track ) : void
track Track
return void

ReadBars() public method

public ReadBars ( ) : void
return void

ReadBeat() public method

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

ReadBeatEffects() public method

public ReadBeatEffects ( Beat beat ) : void
beat Beat
return void

ReadBend() public method

public ReadBend ( Note note ) : void
note Note
return void

ReadBool() public method

public ReadBool ( ) : bool
return bool

ReadChord() public method

public ReadChord ( Beat beat ) : void
beat Beat
return void

ReadColor() public method

public ReadColor ( ) : Color
return Color

ReadDouble() public method

public ReadDouble ( ) : double
return double

ReadGrace() public method

public ReadGrace ( Voice voice, Note note ) : void
voice Voice
note Note
return void

ReadInt32() public method

public ReadInt32 ( ) : int
return int

ReadLyrics() public method

public ReadLyrics ( ) : void
return void

ReadMasterBar() public method

public ReadMasterBar ( ) : void
return void

ReadMasterBars() public method

public ReadMasterBars ( ) : void
return void

ReadMixTableChange() public method

public ReadMixTableChange ( Beat beat ) : void
beat Beat
return void

ReadNote() public method

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

ReadNoteEffects() public method

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

ReadPageSetup() public method

public ReadPageSetup ( ) : void
return void

ReadPlaybackInfos() public method

public ReadPlaybackInfos ( ) : void
return void

ReadScore() public method

public ReadScore ( ) : Score
return Score

ReadScoreInformation() public method

public ReadScoreInformation ( ) : void
return void

ReadSlide() public method

public ReadSlide ( Note note ) : void
note Note
return void

ReadString() public method

public ReadString ( int length ) : string
length int
return string

ReadStringByteLength() public method

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
return string

ReadStringInt() public method

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

ReadStringIntByte() public method

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

ReadStringIntUnused() public method

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

ReadTrack() public method

public ReadTrack ( ) : void
return void

ReadTracks() public method

public ReadTracks ( ) : void
return void

ReadTremoloBarEffect() public method

public ReadTremoloBarEffect ( Beat beat ) : void
beat Beat
return void

ReadTremoloPicking() public method

public ReadTremoloPicking ( Beat beat ) : void
beat Beat
return void

ReadTrill() public method

public ReadTrill ( Note note ) : void
note Note
return void

ReadVersion() public method

public ReadVersion ( ) : void
return void

ReadVoice() public method

public ReadVoice ( Track track, Bar bar ) : void
track Track
bar Bar
return void

ToDynamicValue() public method

public ToDynamicValue ( int value ) : DynamicValue
value int
return DynamicValue