name: midi-util version: 0.1 synopsis: Utility functions for processing MIDI files description: Common high-level tasks when processing MIDI files. . * Use tempos to translate between musical time (beats) and real time (seconds). . * Use time signatures to reference positions using measures instead of just beats. . * Find or change the names of MIDI tracks. author: Michael Tolly maintainer: miketolly@gmail.com category: Music build-type: Simple cabal-version: >= 1.10 license: GPL license-file: LICENSE homepage: http://github.com/mtolly/midi-util bug-reports: http://github.com/mtolly/midi-util/issues stability: Unstable; not thoroughly tested yet! library exposed-modules: Sound.MIDI.Util build-depends: base >= 4.7 && < 4.8 , midi >= 0.2.1 && < 0.3 , event-list >= 0.1.1 && < 0.2 , non-negative >= 0.1.1 && < 0.2 , containers >= 0.5.5 && < 0.6 hs-source-dirs: src default-language: Haskell2010 ghc-options: -Wall source-repository head type: git location: http://github.com/mtolly/midi-util