Safe Haskell | Safe |
---|---|
Language | Haskell98 |
Music.Theory.Key
Description
Common music keys.
- data Mode_T
- type Key = (Note_T, Alteration_T, Mode_T)
- key_fifths :: Key -> Int
Documentation
Enumeration of common music notation modes.
Constructors
Minor_Mode | |
Major_Mode |
type Key = (Note_T, Alteration_T, Mode_T) Source #
A common music notation key is a Note_T
, Alteration_T
,
Mode_T
triple.