| Copyright | (c) Dima Szamozvancev |
|---|---|
| License | MIT |
| Maintainer | ds709@cam.ac.uk |
| Stability | experimental |
| Portability | portable |
| Safe Haskell | None |
| Language | Haskell2010 |
Mezzo.Render.MIDI
Description
Functions for exporting Mezzo compositions into MIDI files. Skeleton code by Stephen Lavelle.
Documentation
renderScore :: FilePath -> Title -> Score -> IO () Source #
Create a MIDI file with the specified path, title and score.
renderScores :: FilePath -> Title -> [Score] -> IO () Source #
Create a MIDI file with the specified path, title and list of scores.