music-suite / music-pitch

This repo has been merged into: https://github.com/music-suite/music-suite
http://music-suite.github.io
BSD 3-Clause "New" or "Revised" License
9 stars 9 forks source link

downChromatic does not do what is expected #47

Closed hanshoglund closed 4 years ago

hanshoglund commented 9 years ago

Changes alteration rather than doing a sensible respelling (how?)

>>> take 5 $ iterate (downChromatic (c::Pitch) 1) (c::Pitch)
[c,cb,cbb,cbbb,cbbbb]