Re: [haskell-art] Haskell art?

2011-02-23 Thread Stephen Tetley
On 22 February 2011 23:41, Evan Laforge qdun...@gmail.com wrote: I'm not super knowledgable about supercollider, but isn't it basically a synthesizer which you configure by sending OSC over, and can then play it by sending more OSC? SuperCollider classically was a real-time tuned

Re: [haskell-art] Haskell art?

2011-02-23 Thread Henning Thielemann
Stephen Tetley schrieb: On 22 February 2011 23:41, Evan Laforge qdun...@gmail.com wrote: Can you write 'inst2 pitch = reverse (inst1 pitch)'? Is 'inst2 pitch = reverse (inst1 pitch)' the backwards instrument? My first thought would be this is hard to write in any continuous language even

Re: [haskell-art] Haskell art?

2011-02-23 Thread John Lato
On Wed, Feb 23, 2011 at 8:50 AM, Stephen Tetley stephen.tet...@gmail.comwrote: On 22 February 2011 23:41, Evan Laforge qdun...@gmail.com wrote: I'm not super knowledgable about supercollider, but isn't it basically a synthesizer which you configure by sending OSC over, and can then play

Re: [haskell-art] Haskell art?

2011-02-23 Thread Stefan Kersten
On 2/23/11 1:07 PM, John Lato wrote: SuperCollider classically was a real-time tuned Smalltalk-like language for sound synthesis. The language allows you to do pretty much any symbolic processing you would expect - of course some things will be easy whereas others will be hard.

[haskell-art] jack-0.6

2011-02-23 Thread Henning Thielemann
I have updated jack to use midi-0.1.5, removed orphan instances and some more cleanup. Edward Amsden added a function for querying the samplerate. Can you please check, whether it still works for you: http://code.haskell.org/jack/ ___ haskell-art