kroger / pyknon

Simple Python library to generate music in a hacker friendly way.
http://kroger.github.com/pyknon/
MIT License
391 stars 48 forks source link

Chords? #6

Closed AlexanderPease closed 3 years ago

AlexanderPease commented 11 years ago

Is there any plan to add chords?

Also harmonize() for Note and NoteSeq classes appears to be broken

kroger commented 11 years ago

genmidi.Midi.seq_chords plays a noteseq as a chord: https://github.com/kroger/pyknon/blob/master/pyknon/genmidi.py#L24

Could you, please, provide an example where harmonize is broken? This is the current unit test for harmonize: https://github.com/kroger/pyknon/blob/master/test/test_music.py#L75