@hackage boomwhacker0.0.2.1
Convert MIDI file to play-along boomwhacker animation
Categories
License
BSD-3-Clause
Maintainer
haskell@henning-thielemann.de
Links
Versions
Installation
Dependencies (0)
- HPDF >=1.7 && <1.9
- array >=0.4 && <0.6
- base >=4.5 && <5
- containers >=0.4 && <0.9
- event-list >=0.1.3 && <0.2
- filepath >=1.3 && <1.6 Show all…
Dependents (0)
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.