Jinjing Wang schrieb:
> I just cabal installed haskore-supercollider, and it works perfectly,
> i was even able to play examples using ghci.
> 
> Both jack and super-collider are installed on the system, it was an
> extremely pleasant experience.
> 
> Here's a question, the sound will fix at a pitch and does not stop
> when the program is terminated ( in both ghci and the air demo bin),
> is there a way to tell the serve to stop?

Haskell is only sending commands to the SuperCollider server.
Terminating a Haskell programm or terminating GHCi does not send
anything to the server to stop the sound. You have to call hsc's 'reset'
function or 'shutUp'.
_______________________________________________
haskell-art mailing list
haskell-art@lurk.org
http://lists.lurk.org/mailman/listinfo/haskell-art

Reply via email to