Method | Description | |
---|---|---|
ReadScore ( ) : AlphaTab.Model.Score |
Method | Description | |
---|---|---|
ApplyBeatEffect ( |
Tries to apply a beat effect to the given beat.
|
|
Bar ( ) : void | ||
BarMeta ( |
||
Bars ( ) : void | ||
Beat ( |
||
BeatEffects ( |
||
CreateDefaultScore ( ) : void |
Initializes the song with some required default values.
|
|
Error ( string nonterm, AlphaTexSymbols expected, bool symbolError = true ) : void | ||
IsDigit ( int code ) : bool |
Checks if the given character is a digit.
|
|
IsLetter ( int code ) : bool |
Checks if the given character is a letter. (no control characters, whitespaces, numbers or dots)
|
|
IsTerminal ( int ch ) : bool |
Checks if the given charater is a non terminal.
|
|
MetaData ( ) : void | ||
NewSy ( ) : void |
Reads the next terminal symbol.
|
|
NextChar ( ) : void |
Reads the next character of the source stream.
|
|
Note ( |
||
NoteEffects ( |
||
ParseClef ( string str ) : Clef |
Converts a clef string into the clef value.
|
|
ParseDuration ( int duration ) : System.Duration | ||
ParseKeySignature ( String str ) : int |
Converts a keysignature string into the assocciated value.
|
|
ParseTuning ( String str ) : int |
Converts a string into the associated tuning.
|
|
ReadName ( ) : string |
Reads a string from the stream.
|
|
ReadNumber ( ) : int |
Reads a number from the stream.
|
|
Score ( ) : void | ||
ToFinger ( int syData ) : Fingers |