[haskell-art] report of a successful installation of haskore-supercollider on a mac
Henning Thielemann
lemming at henning-thielemann.de
Sun Aug 30 00:38:34 BST 2009
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'.
More information about the haskell-art
mailing list