musicaiz.features.predict_scales_degrees

musicaiz.features.predict_scales_degrees(note_seq: List[musicaiz.structure.notes.Note]) List[List[Tuple[musicaiz.harmony.keys.DegreesRoman, musicaiz.harmony.keys.Tonality, musicaiz.harmony.keys.ModeConstructors]]][source]

This method is similar to Scales.get_scales_degrees_from_chord method but in this case applied to an input note_seq, not to a chord. So what we do here is applying chord detection to the note_Seq and then the sacle and degrees mapping for every detected chord in the note_seq.