haskore-0.2.0.5: The Haskore Computer Music System

Safe HaskellSafe-Inferred

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

fileFromGeneralMIDIMusic :: FilePath -> T -> IO ()Source

fileName :: FilePathSource

play :: String -> [String] -> T -> IO ExitCodeSource

playWin95 :: T -> IO ExitCodeSource

playTimidityJack :: T -> IO ExitCodeSource

playTimidity :: T -> IO ExitCodeSource

playAlsa :: T -> IO ExitCodeSource

playLinux :: T -> IO ExitCodeSource

playWinNT :: T -> IO ExitCodeSource

playTest :: IO ExitCodeSource

gmTest :: Int -> IO ()Source