« Return to Thread: No Sound

Re: No Sound

by golafs :: Rate this Message:

Reply to Author | View in Thread

had the same problem after installing on windowsXP.
maybe have one very simple solution, worked for me :P
what I didn´t know was you need to hold Ctrl and press Enter to activate some line of code.
f.ex.
x = {SinOsc.ar(499)}.play;
put the curser after ...play;|
and press Ctrl+Enter

to stop the sound, you write the code
x.free;
and do the same with cursor & Ctrl+Enter.

======================================================================

Is there anyone who can give me ANY tips for getting SC working?
wow.. this is pretty sad that nobody is kind enough to even reply..
if i post a message to the Reaktor forum, i get lots of help, no matter how silly the question is.. i guess all the people posting here and too high and mighty to be bothered with silly stuff..

yj777 wrote:
I am getting no sound out of supercollider-installer-3.3winAlpha6.zip
on Win XP SP2 using an M-Audio firewire pro 2626 interface running the latest drivers and also running ASIO4ALL.

I have the following statement in the startup.sc file:

s.options.device_("ASIO : ASIO4ALL v2");

The server seems to boot fine and i get the following:

Booting with:
  In: ASIO : ASIO4ALL v2
  Out: ASIO : ASIO4ALL v2
  Sample rate: 44100.000
  Latency (in/out): 0.012 / 0.012 sec
SuperCollider 3 server ready..
notification is on

I get a message from the ASIO4ALL tray app when SC starts: "512 samples at 44000"

but when i open a new code windows and run a simple command like {Pan2.ar(SinOsc.ar(440,0,0.1),0.0)}.play , i get no sound.

Thanks

 « Return to Thread: No Sound