haskore-0.2.0.3: The Haskore Computer Music System

Safe HaskellSafe-Infered

Haskore.Composition.Rhythm

Documentation

type T = [Bool]Source

type ToMusicWithMusic drum instr = T drum instr -> T -> T drum instrSource

type ToMusicWithDrum drum instr = drum -> T -> T drum instrSource