Copperbox revision 2675.
I've added an example that generates MIDI, the existing examples processed MIDI files.
The AST exposed by ZMidi-Core is to low level for generating MIDI directly, but this example shows how it works.
Friday, December 30, 2011
Thursday, December 22, 2011
new-neume
Copperbox revision 2674.
I've changed the Score and NoteList monad so they are newtype wrappers over the same monad - they need to be newtypes because they have different Doc representations (and different concatenation).
This has unified the code quite a bit, though it still needs tidying up and repeat voltas need re-implementing.
I've changed the Score and NoteList monad so they are newtype wrappers over the same monad - they need to be newtypes because they have different Doc representations (and different concatenation).
This has unified the code quite a bit, though it still needs tidying up and repeat voltas need re-implementing.
Wednesday, December 21, 2011
Tuesday, December 20, 2011
wumpus-drawing
Copperbox revision 2671.
I've updated the examples to compile again. Some of them probably hadn't been working for a long time.
I've updated the examples to compile again. Some of them probably hadn't been working for a long time.
Monday, December 19, 2011
wumpus-basic
Copperbox revision 2669.
Initial work updating the Chain module. I've removed the setSchemeScheme function and added a counting chain scheme builder instead. The API will need some thinking about - particular as there isn't actually much you can currently do in the Chain monad...
Initial work updating the Chain module. I've removed the setSchemeScheme function and added a counting chain scheme builder instead. The API will need some thinking about - particular as there isn't actually much you can currently do in the Chain monad...
Subscribe to:
Posts (Atom)
Blog Archive
About Me
- Stephen Tetley
- Disambiguating biog as there are a few Stephen Tetley's in the world. I'm neither a cage fighter or yachtsman. I studied Fine Art in the nineties (foundation Bradford 1992, degree Cheltenham 1992 - 95) then Computing part-time at Leeds Met graduating in 2003. I'm the Stephen Tetley on Haskell Cafe and Stackoverflow.