Applications and libraries/Music and sound

From HaskellWiki
< Applications and libraries
Revision as of 21:39, 22 March 2006 by Ashley Y (talk | contribs) (Music moved to Libraries and tools/Music)
Jump to navigation Jump to search
The copyright status of this work is not known. Please help resolve this on the talk page.

This page contains a list of libraries and tools in a certain category. For a comprehensive list of such pages, see Applications and libraries.

Music

The Haskore Computer Music System
Haskore is a collection of Haskell modules designed for expressing musical structures in the high-level, declarative style of functional programming. Haskore is a means for describing music - in particular Western Music - rather than sound. It is not a vehicle for synthesizing sound produced by musical instruments, for example, although it does capture the way certain (real or imagined) instruments permit control of dynamics and articulation. Haskore compositions can be translated into various executable formats like MIDI and printed in traditional notation.
HasChorus
A set of Haskell modules written on top of Haskore to make it easier to sequence simple, repetitive music.