Hi, I'm actually in same situation what was solved in: http://lists.lurk.org/pipermail/haskell-art/2009-March/000253.html
That is, I can't get sound from HSC3. I'm new to Jack/SuperCollider and quite new to Haskell as well, but got so excited about HSC3 that I managed to configure Jack and SuperCollider so that I can play audibly with sclang. However, when I'm trying to get sine with using HSC3 in ghci: > import Sound.SC3 > Prelude Sound.SC3> withSC3 (\fd -> send fd (g_new [(1, AddToTail, 0)])) .. some loading Loading package random-1.0.0.2 ... linking ... done. Loading package split-0.1.2 ... linking ... done. Loading package hsc3-0.8 ... linking ... done. Prelude Sound.SC3> audition (out 0 (sinOsc AR 440 0 * 0.1)) everything is executed without errors, and without producing any sound. Same thing happens when executing famous example Air.hs with ghci, running "ghci Air.hs" and executing "main" in ghci. I get "connection refused" when there's no scsynth listening, which is promising. I start scsynth as adviced in tutorial, with "scsynth -u 57110". Maybe I'm lacking some configuration in scsynth's startup? Any help and ideas are warmly welcomed :) Regards, Heikki Salo _______________________________________________ haskell-art mailing list [email protected] http://lists.lurk.org/mailman/listinfo/haskell-art
