Live-Sequencer

From HaskellWiki
Revision as of 08:08, 30 October 2011 by Lemming (talk | contribs) (description and resources)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search
The printable version is no longer supported and may have rendering errors. Please update your browser bookmarks and please use the default browser print function instead.

Live-Sequencer does the following: An editor shows a textual description of music (like Haskore), an interpreter computes and emits a stream of MIDI events. While doing so it highlights active terms and shows the result of the term reductions. The nice thing is, that the user can change the program while it is performed.

We address two applications:

  • interactive programmed music composition
  • education of how functional programs are interpreted

Resources: