Csound Csound-dev Csound-tekno Search About

[Csnd] [ANN] csound-expression-4 - library for electronic music

Date2014-08-08 10:23
FromAnton Kholomiov
Subject[Csnd] [ANN] csound-expression-4 - library for electronic music
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-art@group.lurk.org with the following email subject: unsubscribe

Date2014-08-09 13:32
FromRenick Bell
Subject[Csnd] Re: [haskell art] [ANN] csound-expression-4 - library for electronic music
Wow, Anton. This is so much fun!

On Fri, Aug 8, 2014 at 6:23 PM, Anton Kholomiov
 wrote:
> 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-art@group.lurk.org with the following email subject: unsubscribe



-- 
Renick Bell
- http://renickbell.net
- http://twitter.com/renick
- http://the3rd2nd.com

-- 

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

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

Date2014-08-09 14:02
FromSteven Yi
SubjectRe: [Csnd] Re: [haskell art] [ANN] csound-expression-4 - library for
+1 Thanks for sharing!  I look forward to spending some time to
explore this when I have a chance.

Cheers!
steven

On Sat, Aug 9, 2014 at 8:32 AM, Renick Bell  wrote:
> Wow, Anton. This is so much fun!
>
> On Fri, Aug 8, 2014 at 6:23 PM, Anton Kholomiov
>  wrote:
>> 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-art@group.lurk.org with the following email subject: unsubscribe
>
>
>
> --
> Renick Bell
> - http://renickbell.net
> - http://twitter.com/renick
> - http://the3rd2nd.com
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>

Date2014-08-10 07:18
FromAnton Kholomiov
SubjectRe: [Csnd] Re: [haskell art] [ANN] csound-expression-4 - library for
Thanks for repost! 

Anton




2014-08-09 17:02 GMT+04:00 Steven Yi <stevenyi@gmail.com>:
+1 Thanks for sharing!  I look forward to spending some time to
explore this when I have a chance.

Cheers!
steven

On Sat, Aug 9, 2014 at 8:32 AM, Renick Bell <renick@gmail.com> wrote:
> Wow, Anton. This is so much fun!
>
> On Fri, Aug 8, 2014 at 6:23 PM, Anton Kholomiov
> <anton.kholomiov@gmail.com> wrote:
>> 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-art@group.lurk.org with the following email subject: unsubscribe
>
>
>
> --
> Renick Bell
> - http://renickbell.net
> - http://twitter.com/renick
> - http://the3rd2nd.com
>
>
> Send bugs reports to
>         https://github.com/csound/csound/issues
> Discussions of bugs and features can be posted here
> To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"
>
>
>


Send bugs reports to
        https://github.com/csound/csound/issues
Discussions of bugs and features can be posted here
To unsubscribe, send email sympa@lists.bath.ac.uk with body "unsubscribe csound"