Re: [haskell-art] Haskell live sequencing

2011-11-10 Thread Heinrich Apfelmus
Henning Thielemann wrote: > On Thu, 10 Nov 2011, Heinrich Apfelmus wrote: >> >> Do you have any formal model of how exactly this works? With a formal >> model, it might be possible to concoct an implementation that can embed >> the DSL into Haskell. > > I am afraid from the point of view of forma

Re: [haskell-art] Haskell live sequencing

2011-11-10 Thread Henning Thielemann
On Thu, 10 Nov 2011, Heinrich Apfelmus wrote: > Henning Thielemann wrote: >> On Tue, 8 Nov 2011, Heinrich Apfelmus wrote: >> >>> How do you make sure that a new sequence starts on the beat / interleave >>> nicely with what is still playing? >> >> The trick is to update the program but not the cur

Re: [haskell-art] Haskell live sequencing

2011-11-10 Thread Heinrich Apfelmus
Henning Thielemann wrote: > On Tue, 8 Nov 2011, Heinrich Apfelmus wrote: > >> How do you make sure that a new sequence starts on the beat / interleave >> nicely with what is still playing? > > The trick is to update the program but not the currently processed term. > Thus the same term can get