| |||||||
| |||||||
| 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 | |||||||
| |||||||
| 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 |