Package | Description |
---|---|
provided.util |
Modifier and Type | Field and Description |
---|---|
private KeySignature.KeyNote[] |
KeySignature.fs_dsm
Special case for F# and D#m
|
private KeySignature.KeyNote[] |
KeySignature.notes
Ordering of notes (using only sharps)
|
Modifier and Type | Method and Description |
---|---|
private KeySignature.KeyNote |
KeySignature.convertflat(char n)
Helper method to convert a note to its equivalent flat version.
|
Modifier and Type | Method and Description |
---|---|
private void |
KeySignature.insert(KeySignature.KeyNote n)
Helper method to insert the given note into the keymap.
|