accraze / python-twelve-tone

:notes: 12-tone matrix to generate dodecaphonic melodies :notes:
https://pypi.python.org/pypi/twelve-tone
BSD 2-Clause "Simplified" License
71 stars 5 forks source link

Implement column selection for Composer.get_melody #3

Closed accraze closed 6 years ago

accraze commented 6 years ago

Composer.get_melody() has a kwarg column that isn't really being used correctly: https://github.com/accraze/python-twelve-tone/blob/master/src/twelve_tone/composer.py#L21

It would be great to be able to specify a column number and then use that column for the tone row instead of the horizontal row.