[sc-users] choosing an Audio Device

ronald kuivila rkuivila at wesleyan.edu
Sun Dec 3 17:52:45 PST 2006


>

Hi Andre,

  It actually works in 10.4 if you step through.
It dies after the
	"SuperCollder3 server ready..."
message.

Probably the Pipe is waiting for input that never comes, breaking SC.

RJK

> (
> var p, l;
> p = Pipe.new("./scsynth -u 57110 ", "r");
> l = p.getLine;
> while({l.notNil}, {l.postln; l = p.getLine; });
> p.close;
> )
>
> ->  sclang crashes.
>
>
> And there is this note in the help file:
>
> "Note: due to a bug in the current os x (10.3) , unix commands like  
> pipe do
> not work when the server is booted.
> for now one has to quit the server, otherwise sc crashes."
>
>
> Is there a workaround?
>
>
> Andre
>


More information about the sc-users mailing list