Kulitta-2.2.1: Library for automated composition and musical learning

Safe HaskellNone
LanguageHaskell98

Kulitta.PostProc

Documentation

type RChord = (Key, Dur, CType) Source #

type Voice = [TNote] Source #

tnK :: (a, b, c) -> a Source #

tnD :: (a, b, c) -> b Source #

tnP :: (a, b, c) -> c Source #

newP :: (a, b, c1) -> c2 -> (a, b, c2) Source #

unTerm :: [Term a MP] -> [(Key, Dur, a)] Source #

ctTrans :: AbsPitch -> [(Key, Dur, CType)] -> [(Key, Dur, CType)] Source #

fixK :: Integral a => a -> a -> Mode -> a Source #