midi

Handling of MIDI messages and files

http://wiki.haskell.org/MIDI

LTS Haskell 23.27:0.2.2.4@rev:1
Stackage Nightly 2025-07-13:0.2.2.4@rev:1
Latest on Hackage:0.2.2.4@rev:1

See all snapshotsmidi appears in

LicenseRef-GPL licensed and maintainedbyHenning Thielemann
This version can be pinned in stack with:midi-0.2.2.4@sha256:4012431bf1d8a77e70a9bed7844bff5a12ae6ee1de3dcb71b77ca9f1b284ce20,3751

MIDI is the Musical Instrument Digital Interface.The package contains definition of realtime and file MIDI messages,reading and writing MIDI files,and some definitions from the General MIDI standard.It contains no sending and receiving of MIDI messages.For this purpose see thealsa-seq,jack,PortMidi,hmidi packages.For music composition with MIDI output, seehaskore.Alternative packages areHCodecs,zmidi-core.