Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

Complete Haskore example

Tags:

haskell

Does anyone know of a complete Haskore example that will take a small example and output a MIDI file? I'm looking for a starting point to start using Haskore and Google isn't turning up much.

Thanks!

like image 717
Bill Avatar asked Apr 17 '10 02:04

Bill


1 Answers

Holy Moly! They sure don't make it easy do they? Don't use the older, pre-2004 stuff (and it's often difficult to tell with no dates on wiki pages and no version numbers).

Does the cabal install work for you? These examples worked for me:

http://code.haskell.org/haskore/revised/core/src/Haskore/Example/

Specifically, the Kantate147 writes a midi file.

like image 60
ja. Avatar answered Sep 28 '22 07:09

ja.