[Haskell-cafe] Optimization problem
Henning Thielemann
lemming at henning-thielemann.de
Thu Sep 14 11:47:01 EDT 2006
On Thu, 14 Sep 2006, Magnus Jonsson wrote:
> 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).
Is it something we could and should add to Haskore?
"microtonal" -- I recently read this term here:
http://www.math.tu-dresden.de/~mutabor/
More information about the Haskell-Cafe
mailing list