[Haskell-cafe] Optimization problem

Magnus Jonsson magnus at smartelectronix.com
Thu Sep 14 11:34:32 EDT 2006


On Thu, 14 Sep 2006, Henning Thielemann wrote:

> Interestingly we use such a routine in Haskore for splitting a sequence of
> notes into sequences of notes of equal instruments. It's implemented
> rather the same way like your version.
>
> It's 'slice' in
>   http://darcs.haskell.org/haskore/src/Haskore/Basic/TimeOrderedList.lhs
>  but it is a bit more complicated because it has to manage time
> information.
>

Now even more interestingly, my program also deals with musiec! :) I'm 
generating microtonal midi files. I use it for very much the same 
purpose as you do (although my program is not yet finished).

- Magnus


More information about the Haskell-Cafe mailing list