numuse.converters.generate_NCs_from_harmonic_shorthand
numuse.converters.generate_NCs_from_harmonic_shorthand¶
- numuse.converters.generate_NCs_from_harmonic_shorthand(harmonic_shorthand: str, key_root: int = 0) → List[Type[numuse.notation.NoteCollection]][source]¶
Converts handwritten harmonic shorthand into a list of note collections
- Parameters
harmonic_shorthand (str) – Harmonic information written by a human
key_root (int) – The current keys root
- Returns
A list of note collections
- Return type
List[NoteCollection]
