Method | Description | |
---|---|---|
Equals ( |
||
GetAccidental ( int notenumber, int measure ) : Accid | ||
GetSymbols ( Clef clef ) : MidiSheetMusic.AccidSymbol[] | ||
GetWhiteNote ( int notenumber ) : WhiteNote | ||
Guess ( List |
||
KeySignature ( int notescale ) : System | ||
KeySignature ( int num_sharps, int num_flats ) : System | ||
KeyToString ( int notescale ) : string | ||
Notescale ( ) : int | ||
ToString ( ) : string |
Method | Description | |
---|---|---|
CreateAccidentalMaps ( ) : void | ||
CreateSymbols ( ) : void | ||
ResetKeyMap ( ) : void |
public GetAccidental ( int notenumber, int measure ) : Accid | ||
notenumber | int | |
measure | int | |
return | Accid |
public GetSymbols ( Clef clef ) : MidiSheetMusic.AccidSymbol[] | ||
clef | Clef | |
return | MidiSheetMusic.AccidSymbol[] |
public GetWhiteNote ( int notenumber ) : WhiteNote | ||
notenumber | int | |
return | WhiteNote |
public static Guess ( List |
||
notes | List |
|
return |
public KeySignature ( int notescale ) : System | ||
notescale | int | |
return | System |
public KeySignature ( int num_sharps, int num_flats ) : System | ||
num_sharps | int | |
num_flats | int | |
return | System |
public static KeyToString ( int notescale ) : string | ||
notescale | int | |
return | string |