[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [sc-users] [Linux] internal server



Server.default = s = Server.internal.boot;

The default server is localhost if you don't explicitly make internal your default (very likely ...)




Björn Kessler schrieb:
Hi everybody,

when I tried to run the example in the help of BFEncode1:

s=Server.internal.boot;

// You'll only hear the first two channels on a stereo setup.

(

{
#w, x, y, z = BFEncode1.ar(WhiteNoise.ar,MouseX.kr(0, 2pi), 0, MouseY.kr(0.0, 1.0), 0.3);

//decode for 4 channels

DecodeB2.ar(4, w, x, y, 0.5);

}.scope(4));


, I got the following errror:

localhost server not running!