No Sound

View: New views
6 Messages — Rating Filter:   Alert me  

No Sound

by yj777 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: No Sound

by yj777 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message


yj777 wrote:
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
BTW, when i run the command listed above i get a normal message in the post window:

IdentityDictionary[ (Scheduling Events -> C:\Program Files\SuperCollider\Help\Tutorials\Getting-Started\Scheduling Events.html), (Linen -> C:\Program Files\SuperCollider\Help\UGens\Synth control\Envelopes\Linen.html), (cosh -> C:\Program Files\SuperCollider\Help\UnaryOps\cosh.html), (Object -> C:\Program Files\SuperCollider\Help\Core\Object.html), (Pbeta -> C:\Program Files\SuperCollider\Help\Streams-Patterns-Events\Patterns\Pbeta.html),
  (Internal-Snooping -> C:\Program Files\SuperCollider\Help\Other Top...etc...

Re: No Sound

by yj777 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

bump..

anyone?

Re: No Sound

by yj777 :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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

Re: No Sound

by golafs :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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


Re: No Sound

by ffff :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

Regarding your perception of everyone being 'high and bothered', you are posting on a dead forum: http://www.nabble.com/Attention-Nabble-Users-and-Digest-Fans%2C-new-forums%21%21%21%21-td23197837.html


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.

======================================================================
yj777 wrote:
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