midi-0.0.5: Handling of MIDI messages and files

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

Documentation

fromFile :: FilePath -> IO TSource

The main load function.

showFile :: FilePath -> IO ()Source

Functions to show the decoded contents of a MIDI file in an easy-to-read format.