Uses of Class
provided.abcMusic.utils.KeySignature.KeyNote
Packages that use KeySignature.KeyNote
- 
Uses of KeySignature.KeyNote in provided.abcMusic.utils
Fields in provided.abcMusic.utils declared as KeySignature.KeyNoteModifier and TypeFieldDescriptionprivate KeySignature.KeyNote[]KeySignature.fs_dsmSpecial case for F# and D#mprivate KeySignature.KeyNote[]KeySignature.notesOrdering of notes (using only sharps)Methods in provided.abcMusic.utils that return KeySignature.KeyNoteModifier and TypeMethodDescriptionprivate KeySignature.KeyNoteKeySignature.convertflat(char n)Helper method to convert a note to its equivalent flat version.Methods in provided.abcMusic.utils with parameters of type KeySignature.KeyNoteModifier and TypeMethodDescriptionprivate voidKeySignature.insert(KeySignature.KeyNote n)Helper method to insert the given note into the keymap.