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

Generic equal temperament pitches #28

Closed hanshoglund closed 10 years ago

hanshoglund commented 10 years ago

For 12-TET, 24-TET ("quarter notes") etc

Preferably we should implement this as a type constructor parametericed on the number of steps (similar to http://hackage.haskell.org/package/fixed-point).

First implementation works, but should be rewritten using type-unary, see music-suite/music-suite#4.

hanshoglund commented 10 years ago

Postponed indefinately.