lewj85 / PocketBach

Software that composes music
3 stars 1 forks source link

Getting incorrect chord definitions when there are inversions #11

Closed lewj85 closed 7 years ago

lewj85 commented 7 years ago

Check the changes to orchestrate (line ~63).

lewj85 commented 7 years ago

FIXED: During the changes to orchestrate, chordArr definitions were commented out that provided the correct inversion information. Re-added them and the inversions are now working properly.

lewj85 commented 7 years ago

defineChord.py has been greatly altered and includes inversions once again (to match Hooktheory's Chord IDs when parsing). Adjust the chordArr indexes in getNextNote.py to account for proper inversions.

lewj85 commented 7 years ago

MOVED: See Issue #17