Copyright | (c) Hans Hoglund 2012 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Documentation
type DisplayPitch = (PitchClass, Octaves) Source
data PitchClass Source
Enum PitchClass | |
Eq PitchClass | |
Ord PitchClass | |
Show PitchClass | |
IsPitch DisplayPitch | |
IsPitch Pitch |
Semitones | Semitones, i.e 100 cent |
Octaves | Octaves, i.e. 1200 cent |
|