[sc-users] better late than never

Julian Rohrhuber rohrhuber at uni-hamburg.de
Wed Aug 30 21:09:33 PDT 2006


>// sonification of your personal network latency

or:


// with decay:
(
OSCresponder(s.addr, '/tr', { |t,r,msg| s.sendMsg(9, \dirac, -1, 0, 
1, \amp, msg[3]) }).add;
play { SendTrig.ar(In.ar, 0, In.ar * 0.94)  * 0.01 };
fork {
	loop {
		3.0.rand.wait; 
		s.sendMsg(9, \dirac, -1)
	} 
};
)

-- 





.


More information about the sc-users mailing list