Name: boomwhacker Version: 0.0.3 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 ReadMe.md boomwhacker.1 Data-Files: ShakeRules.hs Source-Repository this Tag: 0.0.3 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.9, time >=1.8 && <1.16, shell-utility >=0.1 && <0.2, optparse-applicative >=0.11 && <0.20, directory >=1.2.5 && <1.4, 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, -- explicit-exception >=0.1.10 && <0.3, transformers >=0.3 && <0.7, -- fixed-length >=0.2 && <0.3, non-empty >=0.3.4 && <0.4, containers >=0.4 && <0.9, array >=0.4 && <0.6, utility-ht >=0.0.10 && <0.1, base >=4.5 && <5 GHC-Options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs -- -fwarn-missing-import-lists -- GHC-Prof-Options: -prof -rtsopts -- Man-Page: -- boomwhacker.1 Default-Language: Haskell2010 Hs-Source-Dirs: src Main-Is: Main.hs Other-Modules: Utility Executable boom-pdf-test Build-Depends: HPDF >=1.7 && <1.9, -- zlib, -- bytestring, shell-utility >=0.1 && <0.2, optparse-applicative >=0.11 && <0.20, midi >=0.2.2 && <0.3, event-list >=0.1.1 && <0.2, non-negative >=0.1.2 && <0.2, filepath >=1.3 && <1.6, transformers >=0.3 && <0.7, -- fixed-length >=0.2 && <0.3, non-empty >=0.3.4 && <0.4, containers >=0.4 && <0.9, comfort-array >=0.5 && <0.6, vector>=0.12 && <0.14, -- array >=0.4 && <0.6, utility-ht >=0.0.10 && <0.1, base >=4.5 && <5 Hs-Source-Dirs: src Main-Is: PDFTest.hs Default-Language: Haskell2010 GHC-Options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs Test-Suite boomwhacker-test Type: exitcode-stdio-1.0 Default-Language: Haskell2010 GHC-Options: -Wall -fwarn-incomplete-uni-patterns -fwarn-tabs Hs-source-dirs: test, src Main-Is: Main.hs Other-Modules: Test.Utility, Utility Build-Depends: utility-ht, doctest-exitcode-stdio >=0.0 && <0.1, doctest-lib >=0.1 && <0.2, QuickCheck >=2 && <3, base >=4.5 && <5