musicaiz.features.predict_chords¶
- musicaiz.features.predict_chords(note_seq: List[musicaiz.structure.notes.Note]) List[Tuple[musicaiz.structure.notes.NoteClassBase, musicaiz.harmony.chords.AllChords]] [source]¶
Predicts a chord in a note sequence with only note values, so no note durations atr taken into account.
- Parameters
- notes: List[Note]
A list of musicaiz
Note()
objects.