[Haskell-cafe] new haskell music track: Mother Is Waiting

Anton Kholomiov anton.kholomiov at gmail.com
Sat Jan 10 10:49:15 UTC 2015


Dear Haskellers I'd like to present yet another
piece of music made in Haskell.

https://soundcloud.com/anton-kho/mother-is-waiting

It's very soothing piece that can be used as a helper for
dreaming or meditation.  It's dedicated to my friend.
She's waiting for her second child to be born.

This time it contains
no samples. All sounds are made out of waves and filters.
So I can attach the source code right in the mail. The track relies on new
versions
of the packages `csound-expression`, `csound-sampler` and `csound-catalog`.
So you can do

> cabal update
> cabal install csound-sampler csound-catalog

Ad the we can load the file in the ghci and run the main function.

> ghci Mother.hs
> main

and the Csound should be installed to render the synths.

Cheers, Anton
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20150110/5611431c/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: Mother.hs
Type: application/octet-stream
Size: 2913 bytes
Desc: not available
URL: <http://www.haskell.org/pipermail/haskell-cafe/attachments/20150110/5611431c/attachment.obj>


More information about the Haskell-Cafe mailing list