haskore-0.0.5.1: The Haskore Computer Music SystemSource codeContentsIndex
Haskore.Composition.Rhythm
Documentation
type T = [Bool]Source
unit :: DurSource
fromString :: String -> TSource
fromPositions :: [Int] -> TSource
type ToMusicWithMusic drum instr = T drum instr -> T -> T drum instrSource
type ToMusicWithDrum drum instr = drum -> T -> T drum instrSource
toMusicWithMusic :: ToMusicWithMusic drum instrSource
toMusicWithDrum :: ToMusicWithDrum drum instrSource
toMusicWithDrumUnit :: Dur -> ToMusicWithDrum drum instrSource
toShuffledMusicWithDrum :: ToMusicWithDrum drum instrSource
toShuffledMusicWithDrumUnit :: Dur -> ToMusicWithDrum drum instrSource
downBeatR :: TSource
countInR :: Dur -> TSource
claveP :: drum -> T drum instrSource
clave :: TSource
countIn :: Dur -> TSource
Produced by Haddock version 2.3.0