musif.extract.features.scale.handler module

musif.extract.features.scale.handler.get_notes_per_degree(key: str, notes: List[music21.note.Note]) Dict[str, int][source]
musif.extract.features.scale.handler.to_full_degree(degree: Union[int, str], accidental: str) str[source]
musif.extract.features.scale.handler.update_part_objects(score_data: dict, part_data: dict, cfg: Configuration, part_features: dict)[source]
musif.extract.features.scale.handler.update_score_objects(score_data: dict, parts_data: List[dict], cfg: Configuration, parts_features: List[dict], score_features: dict)[source]