zmidi-score: Representing MIDI a simple score.

[ lgpl, library, music ] [ Propose Tags ]

Representing MIDI data as a simple score using the zmidi-core library.


[Skip to Readme]

Downloads

Maintainer's Corner

Package maintainers

For package maintainers and hackage trustees

Candidates

Versions [RSS] 0.3.0.0
Change log CHANGELOG.md
Dependencies aeson (>=0.7.0.6), base (>=4.4 && <4.8), binary (>=0.7.1), containers (>=0.5.0.0), data-ordlist (>=0.4.5), deepseq (>=1.3), deepseq-generics (>=0.1), directory (>=1.2 && <1.3), filepath (>=1.3 && <1.4), mtl (>=2.1 && <2.2), parallel-io (>=0.3.3), text (>=1.1.1 && <1.1.2), zmidi-core (>=0.7 && <0.8) [details]
License LGPL-3.0-only
Copyright 2012--2014, Utrecht University
Author W. Bas de Haas
Maintainer W.B.deHaas@uu.nl
Category Music
Home page https://bitbucket.org/bash/zmidi-score
Source repo head: git clone git@bitbucket.org:bash/zmidi-score.git
Uploaded by BasDeHaas at 2014-10-06T13:00:24Z
Distributions
Reverse Dependencies 1 direct, 0 indirect [details]
Downloads 942 total (5 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]

Readme for zmidi-score-0.3.0.0

[back to package description]

Representing a MidiFile as a musical score

This library was designed to be able to statistically analyse large corpora of MIDI files. The library is based on the ZMidi.Core library: https://hackage.haskell.org/package/zmidi-core