
26 Jul
2010
26 Jul
'10
7:45 p.m.
What would be a good package to use for writing MIDI files? I see Sound.MIDI.File. Note: this is not real-time midi control such as PortMidi. It's for writing files. Thanks, Johann

27 Jul
27 Jul
3:09 a.m.
Hi Johann I've always written my own - I had code in Scheme, so one of the first things I did when learning Haskell was port it from Scheme. I haven't worked out a good way of managing channel numbers so its not on Hackage, though I could look at polishing it up this weekend if you are interested. Haskore-vintage has a MIDI file I/O within the package, but you would generally use it with the Haskore datatypes. Henning Thielemann's midi library looks quite large with lots of dependencies so I've never used it myself. Best wishes Stephen
5411
Age (days ago)
5412
Last active (days ago)
1 comments
2 participants
participants (2)
-
Johann Bach
-
Stephen Tetley