Copyright | (c) Hans Hoglund 2012 |
---|---|
License | BSD-style |
Maintainer | hans@hanshoglund.se |
Stability | experimental |
Portability | portable |
Safe Haskell | None |
Language | Haskell2010 |
Data.Music.MusicXml.Pitch
Description
Documentation
type DisplayPitch = (PitchClass, Octaves) Source
data PitchClass Source
Instances
Enum PitchClass | |
Eq PitchClass | |
Ord PitchClass | |
Show PitchClass | |
IsPitch DisplayPitch | |
IsPitch Pitch |
Constructors
Semitones | Semitones, i.e 100 cent |
Fields |
Constructors
Octaves | Octaves, i.e. 1200 cent |
Fields
|
Constructors
Fifths | Number of fifths upwards relative to C (i.e. F is -1, G is 1) |