yuma-m / pychord

Python library to handle musical chords.
https://pypi.python.org/pypi/pychord
MIT License
248 stars 46 forks source link

Support chromatic alteration from Chord.from_note_index #88

Closed hejops closed 1 year ago

hejops commented 1 year ago

The new chromatic parameter now allows Chord objects with chromatic alterations to be created; previously, chord creation was limited to the seven scale degrees. This allows non-diatonic chords (e.g. Neapolitan (bII), German sixth (bVI)) to be defined. Usage of this parameter is described and demonstrated in the docstring.

yuma-m commented 1 year ago

Thank you @hejops, the changes look good to me.