I'm happy to announce the new version of csound-expression.

http://hackage.haskell.org/package/csound-expression-4.0.0

The main thing that is done is a detailed guide to the library.
The Csound is huge so the haskell library is huge also.
It strives to be simple and minimal at its core but there are
many things that can lead astray.

To help the novice along the way there is a Guide

https://github.com/anton-k/csound-expression/blob/master/tutorial/Index.md

While writing the guide I've found many things to improve.
The most prominent are:

- better support for writing and reading sound-files

- support for monophonic synths.
  We can get the midi freqeuncy and the amplitude as
   a continuous signal

- liveness analysis. Memory allocation optimization.
  The copiler reuses the variables. The memory allocation is minimal.

Cheers
Anton

-- 

Read the whole topic here: Haskell Art:
http://lurk.org/r/topic/bDBBVM8oUPP90jR2fHy3P

To leave Haskell Art, email haskell-...@group.lurk.org with the following email 
subject: unsubscribe

Reply via email to