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