Re: [Haskell-cafe] sound synthesis

2008-05-04 Thread Chris Waterson
On May 2, 2008, at 2:58 AM, Thomas Girod wrote: I remember an article ranting about how lazy evaluation would be great to do signal processing, but it was lacking real world example. I did something similar a few weeks ago. I used libmad to lazily decode an MP3 file and play it using

[Haskell-cafe] sound synthesis

2008-05-02 Thread Thomas Girod
Hi there. Following this advice (http://reddit.com/info/6hknz/comments/c03vdc7), I'm posting here. Recently, I read a few articles about Haskell (and FP in general) and music/sound. I remember an article ranting about how lazy evaluation would be great to do signal processing, but it was

Re: [Haskell-cafe] sound synthesis

2008-05-02 Thread Claude Heiland-Allen
Thomas Girod wrote: Hi there. Following this advice (http://reddit.com/info/6hknz/comments/c03vdc7), I'm posting here. Recently, I read a few articles about Haskell (and FP in general) and music/sound. I remember an article ranting about how lazy evaluation would be great to do signal

Re: [Haskell-cafe] sound synthesis

2008-05-02 Thread Henning Thielemann
On Fri, 2 May 2008, Thomas Girod wrote: Hi there. Following this advice (http://reddit.com/info/6hknz/comments/c03vdc7), I'm posting here. Recently, I read a few articles about Haskell (and FP in general) and music/sound. I remember an article ranting about how lazy evaluation would be

Re: [Haskell-cafe] sound synthesis

2008-05-02 Thread jerzy . karczmarczuk
Thomas Girod: Recently, I read a few articles about Haskell (and FP in general) and music/sound. I remember an article ranting about how lazy evaluation would be great to do signal processing, but it was lacking real world example. Check (e.g. through Google) what Henning Thielemann

Re: [Haskell-cafe] sound synthesis

2008-05-02 Thread Evan Laforge
I remember an article ranting about how lazy evaluation would be great to do signal processing, but it was lacking real world example. The nyquist language does this. It's not haskell, but it does use lazy evaluation for signals. ___ Haskell-Cafe