[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 ma

Re: [haskell-art] Haskell art?

2011-02-23 Thread Julian Rohrhuber
On 23.02.2011, at 00:41, Evan Laforge wrote: > The notion of a "play time" (i.e. an implicit global "now" at which > point samples are computed) seems antithetical to the ability to > manipulate sounds in the same way as notes, and in fact to functional > programming in general. Doesn't global

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.

Re: [haskell-art] Haskell art?

2011-02-23 Thread John Lato
On Wed, Feb 23, 2011 at 8:50 AM, Stephen Tetley wrote: > On 22 February 2011 23:41, Evan Laforge 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? > > Sup

Re: [haskell-art] Haskell art?

2011-02-23 Thread Henning Thielemann
Stephen Tetley schrieb: > On 22 February 2011 23:41, Evan Laforge 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 functional/F

Re: [haskell-art] Haskell art?

2011-02-23 Thread Stephen Tetley
On 22 February 2011 23:41, Evan Laforge 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 Smalltalk-like language f