haskore-0.2.0.1: The Haskore Computer Music System

Haskore.Interface.MIDI.Render

Documentation

fileFromRhythmicMusic :: (Ord instr, Ord drum, C time, RealFrac time, RealFrac dyn) => FilePath -> (ChannelProgramPitchTable drum, ChannelProgramTable instr, T time dyn (Note drum instr), T drum instr) -> IO ()Source

midi :: T -> TSource