C# Class AlphaTab.Importer.Gp3To5Importer

Inheritance: ScoreImporter
Afficher le fichier Open project: CoderLine/alphaTab Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
ToStrokeValue ( int value ) : int

Method Details

DeltaFretToHarmonicValue() public méthode

public DeltaFretToHarmonicValue ( int deltaFret ) : float
deltaFret int
Résultat float

GetDoubleSig() public méthode

public GetDoubleSig ( byte bytes ) : int
bytes byte
Résultat int

ReadArtificialHarmonic() public méthode

public ReadArtificialHarmonic ( Note note ) : void
note Note
Résultat void

ReadBar() public méthode

public ReadBar ( Track track ) : void
track Track
Résultat void

ReadBars() public méthode

public ReadBars ( ) : void
Résultat void

ReadBeat() public méthode

public ReadBeat ( Track track, Bar bar, Voice voice ) : void
track Track
bar Bar
voice Voice
Résultat void

ReadBeatEffects() public méthode

public ReadBeatEffects ( Beat beat ) : void
beat Beat
Résultat void

ReadBend() public méthode

public ReadBend ( Note note ) : void
note Note
Résultat void

ReadBool() public méthode

public ReadBool ( ) : bool
Résultat bool

ReadChord() public méthode

public ReadChord ( Beat beat ) : void
beat Beat
Résultat void

ReadColor() public méthode

public ReadColor ( ) : Color
Résultat Color

ReadDouble() public méthode

public ReadDouble ( ) : double
Résultat double

ReadGrace() public méthode

public ReadGrace ( Voice voice, Note note ) : void
voice Voice
note Note
Résultat void

ReadInt32() public méthode

public ReadInt32 ( ) : int
Résultat int

ReadLyrics() public méthode

public ReadLyrics ( ) : void
Résultat void

ReadMasterBar() public méthode

public ReadMasterBar ( ) : void
Résultat void

ReadMasterBars() public méthode

public ReadMasterBars ( ) : void
Résultat void

ReadMixTableChange() public méthode

public ReadMixTableChange ( Beat beat ) : void
beat Beat
Résultat void

ReadNote() public méthode

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

ReadNoteEffects() public méthode

public ReadNoteEffects ( Track track, Voice voice, Beat beat, Note note ) : void
track Track
voice Voice
beat Beat
note Note
Résultat void

ReadPageSetup() public méthode

public ReadPageSetup ( ) : void
Résultat void

ReadPlaybackInfos() public méthode

public ReadPlaybackInfos ( ) : void
Résultat void

ReadScore() public méthode

public ReadScore ( ) : Score
Résultat Score

ReadScoreInformation() public méthode

public ReadScoreInformation ( ) : void
Résultat void

ReadSlide() public méthode

public ReadSlide ( Note note ) : void
note Note
Résultat void

ReadString() public méthode

public ReadString ( int length ) : string
length int
Résultat string

ReadStringByteLength() public méthode

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
Résultat string

ReadStringInt() public méthode

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

ReadStringIntByte() public méthode

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

ReadStringIntUnused() public méthode

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

ReadTrack() public méthode

public ReadTrack ( ) : void
Résultat void

ReadTracks() public méthode

public ReadTracks ( ) : void
Résultat void

ReadTremoloBarEffect() public méthode

public ReadTremoloBarEffect ( Beat beat ) : void
beat Beat
Résultat void

ReadTremoloPicking() public méthode

public ReadTremoloPicking ( Beat beat ) : void
beat Beat
Résultat void

ReadTrill() public méthode

public ReadTrill ( Note note ) : void
note Note
Résultat void

ReadVersion() public méthode

public ReadVersion ( ) : void
Résultat void

ReadVoice() public méthode

public ReadVoice ( Track track, Bar bar ) : void
track Track
bar Bar
Résultat void

ToDynamicValue() public méthode

public ToDynamicValue ( int value ) : DynamicValue
value int
Résultat DynamicValue