HCodecs-0.2.2: A library to read, write and manipulate MIDI, WAVE, and SoundFont2 files.

PortabilityPortable
StabilityExperimental
MaintainerGeorge Giorgidze <http://cs.nott.ac.uk/~ggg/>

Codec.Midi

Description

Reading, writing and maniplating of standard MIDI files

Documentation

data Midi Source

Constructors

Midi 

Instances

type Track a = [(a, Message)]Source

type Key = IntSource

merge :: (Num a, Ord a) => Track a -> Track a -> Track aSource