BSD-3-Clause licensed by George Giorgidze
Maintained by George Giorgidze ([email protected]) , Pavel Krajcevski ([email protected])
This version can be pinned in stack with:HCodecs-0.5.2@sha256:3d49e1c9e93e95d391955c76922c7e9634c7c3b5f53eb31fe6733b7301bf1bc0,1740

Module documentation for 0.5.2

The library provides functions to read, write and manipulate MIDI, WAVE and SoundFont2 multimedia files. It is written entirely in Haskell (without any FFI). It uses efficient parsing and building combinators for binary data stored in ByteStrings (based on the one in binary package).

Correctness of significant parts of the library has been validated with QuickCheck and Haskell Program Coverage (HPC) tool-kits.