midi-0.0.5: Handling of MIDI messages and filesContentsIndex
Sound.MIDI.File.Load
Description

Loading MIDI Files

This module loads and parses a MIDI File. It can convert it into a T data type object or simply print out the contents of the file.

Synopsis
fromFile :: FilePath -> IO T
fromStream :: ByteString -> T
maybeFromStream :: ByteString -> Either String (T, ByteString)
showFile :: FilePath -> IO ()
Documentation
fromFile :: FilePath -> IO T
The main load function.
fromStream :: ByteString -> T
maybeFromStream :: ByteString -> Either String (T, ByteString)
showFile :: FilePath -> IO ()
Functions to show the decoded contents of a MIDI file in an easy-to-read format.
Produced by Haddock version 2.1.0