[haskell-art] real-time sound synthesis (Was: Haskell live sequencing)

2011-11-16 Thread Henning Thielemann
On Tue, 15 Nov 2011, Stephen Sinclair wrote: > However, there is certainly potential to implement a FAUST-like DSL in > Haskell. The trick would be to compile it to machine code in-memory > in a non-realtime thread and be able to dynamically modify the DSP > graph by adding and removing blocks w

[haskell-art] real-time sound synthesis (Was: Haskell live sequencing)

2011-11-16 Thread Henning Thielemann
Hi Bernardo, On Tue, 15 Nov 2011, Bernardo Barros wrote: > The whole idea of writing dsp algorithms directly in haskell is very > interesting. I think it would be much more intuitive to extend synthesis > systems like this. That's what I hope for. Currently there still some low-level clutter