View this PageEdit this PageUploads to this PageHistory of this PageTop of the SwikiRecent ChangesSearch the SwikiHelp Guide

warteraum material

		// this first, wait till server runs,
s.boot; 
		// then:
(
var addressEnds, addresses;
addressEnds = [210, 12, 224, 228, 244, 233, 222, 250, 243, 219];

WarteRaum("your_name_here", 0, addressEnds);

addresses = addressEnds.collect({ |a| NetAddr("194.95.161." ++ a, 57110) });
r = Router(\route, s.addr, clientID: 0).addr_(addresses);
p = SharedProxySpace.push(r);
)


~out.play;
~out = { SinOsc.ar(Rand(300, 2000), 0, 0.3) };


~out = { RLPF.ar(Saw.ar(~a.kr,  0.2), 1000) };

~out = { LFPulse.kr(20) * SinOsc.ar(~a.kr * 3, 0, 0.2) };
~a = 51.midicps;
~a.fadeTime = 1;
~a = { SinOsc.kr(100, 0, 30, 400) };



**************
/*
authors so far:
*/


Link to this Page