midi
Handling of MIDI messages and files
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 |
LicenseRef-GPL licensed and maintainedbyHenning Thielemann
This version can be pinned in stack with:
midi-0.2.2.4@sha256:4012431bf1d8a77e70a9bed7844bff5a12ae6ee1de3dcb71b77ca9f1b284ce20,3751
Module documentation for 0.2.2.4
- Sound
Depends on 12 packages(full list with versions):
Used by 9 packages inlts-23.17(full list with versions):
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
.