haskore-0.0.5: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.Melody
Documentation
data Note attr Source
Constructors
Note
noteAttrs_ :: attr
notePitch_ :: T
show/hide Instances
Eq attr => Eq (Note attr)
Ord attr => Ord (Note attr)
Show attr => Show (Note attr)
type T attr = T (Note attr)Source
noteAttrs :: T (Note attr) attrSource
notePitch :: T (Note attr) TSource
toMelodyNullAttr :: T attr -> T ()Source
note :: T -> T -> attr -> T attrSource
note' :: Class -> Octave -> T -> attr -> T attrSource
c :: Octave -> T -> attr -> T attrSource
cMaj :: [T ()]Source
cMajChd :: T ()Source
noteToPitch :: T attr -> TSource
invertNote :: T -> Note attr -> Note attrSource
invert :: [(d, Atom (Note attr))] -> [(d, Atom (Note attr))]Source
Produced by Haddock version 2.3.0