Name: boomwhacker Version: 0.0.2 Synopsis: Convert MIDI file to play-along boomwhacker animation Description: Convert MIDI file to play-along boomwhacker animation: . Run it like so: . > boomwhacker song.mid song.pdf . @song.mid@ is the input file that must be a MIDI file. @song.pdf@ is the output file, a PDF file. You can convert the PDF to a series of PNG files using @ghostscript@ and this one to a video using @ffmpeg@. See @Makefile@ for example command calls. Homepage: https://hub.darcs.net/thielema/boomwhacker License: BSD3 License-File: LICENSE Author: Henning Thielemann Maintainer: haskell@henning-thielemann.de Category: Music, Sound Build-Type: Simple Cabal-Version: >=1.10 Extra-Source-Files: Makefile Data-Files: ShakeRules.hs Source-Repository this Tag: 0.0.2 Type: darcs Location: https://hub.darcs.net/thielema/boomwhacker Source-Repository head Type: darcs Location: https://hub.darcs.net/thielema/boomwhacker Executable boomwhacker Build-Depends: HPDF >=1.7 && <1.8, time >=1.8 && <1.14, shell-utility >=0.1 && <0.2, optparse-applicative >=0.11 && <0.19, midi >=0.2.2 && <0.3, event-list >=0.1.3 && <0.2, non-negative >=0.1.2 && <0.2, filepath >=1.3 && <1.6, transformers >=0.3 && <0.7, non-empty >=0.3.4 && <0.4, containers >=0.4 && <0.8, array >=0.4 && <0.6, utility-ht >=0.0.10 && <0.1, base >=4.5 && <5 Hs-Source-Dirs: src Main-Is: Main.hs Default-Language: Haskell2010 GHC-Options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs