zmidi-core: Read and write MIDI files.
Minimalist library to read and write MIDI files, with dependencies only on ByteString and Data.Binary.
Changelog:
v0.3.0 to v0.4.0:
Added new constructors to
MidiMetaEventfor MidiPort and MetaOther. MetaOther recognizes otherwise unrecognized events improving the robustness of the parser. Similarly a new other constructor has been added toMidiScaleTypeto avoid parse errors.
v0.2.1 to v0.3.0:
Revised naming of the MIDI data types. All data types now have the prefix Midi (previously only MidiFile followed this scheme). The rationale for this is client software, that might want a higher-level representation, is then free to use the more generic names Track, Message, etc.
DeltaTimemade a newtype wrapper rather than a type synonym.Renamed the pretty print functions
tracktoprintMidiTrackandheadertoprintMidiHeader.Moved internal dataypes (SplitByte, Varlen) into a private module.
v0.2.0 to v0.2.1:
Added Show class constraints to various type signatures to accommodate changes to Num superclass hierarchy in GHC 7.4. Thanks to Remy Moueza for the patches.
v0.1.0 to v0.2.0:
Added a top-level shim module to import all the exposed modules. Added a version number module
Modules
[Index]
Downloads
- zmidi-core-0.4.0.tar.gz [browse] (Cabal source package)
- Package description (as included in the package)
Maintainer's Corner
For package maintainers and hackage trustees
Candidates
| Versions [RSS] | 0.1.0, 0.2.0, 0.2.1, 0.3.0, 0.4.0, 0.5.0, 0.6.0, 0.7.0, 0.8.0, 0.8.1, 0.8.2, 0.9.0 |
|---|---|
| Change log | CHANGES |
| Dependencies | base (<5), binary (>=0.5), bytestring [details] |
| License | BSD-3-Clause |
| Copyright | Stephen Tetley <stephen.tetley@gmail.com> |
| Author | |
| Maintainer | Stephen Tetley <stephen.tetley@gmail.com> |
| Category | Music |
| Home page | http://code.google.com/p/copperbox/ |
| Uploaded | by StephenTetley at 2012-11-14T22:07:52Z |
| Distributions | NixOS:0.9.0 |
| Reverse Dependencies | 2 direct, 0 indirect [details] |
| Downloads | 9013 total (13 in the last 30 days) |
| Rating | (no votes yet) [estimated by Bayesian average] |
| Your Rating | |
| Status | Docs uploaded by user Build status unknown [no reports yet] |