Re: [haskell-art] Live Performing With Haskell

2011-03-12 Thread Henning Thielemann


On Fri, 11 Mar 2011, aditya siram wrote:


Hi all,
I'd like to get into live coding with Haskell. Can you recommend a
good enviroment? I run Ubuntu Linux. I've looked into Haskore withn
Supercollider but it doesn't seem suited to live performance like
something like Chuck or Impromptu. Is there something like this in the
Haskell space?


Hsc3 works out of the box, if you want to create sounds from GHCi:
http://hackage.haskell.org/package/hsc3

I also like my utility package based on that:
http://hackage.haskell.org/package/supercollider-ht

If you want to edit MIDI streams in a programmatic way, you may try:
http://hackage.haskell.org/package/streamed
  (However you have to adapt the 'connect' commands in 
Sound.MIDI.ALSA.Common to your needs and then choose an example like '2' 
in Sound.MIDI.ALSA.Causal.main and load that into GHCi.)


You can close the chain between ALSA-MIDI and SuperCollider by:
http://hackage.haskell.org/package/supercollider-midi
___
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art


[haskell-art] Live Performing With Haskell

2011-03-11 Thread aditya siram
Hi all,
I'd like to get into live coding with Haskell. Can you recommend a
good enviroment? I run Ubuntu Linux. I've looked into Haskore withn
Supercollider but it doesn't seem suited to live performance like
something like Chuck or Impromptu. Is there something like this in the
Haskell space?

Thanks!
-deech
___
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art