[idm] Association for Computing Machinery - Saturday
Msg-Id:
<3A0B9A0B.8E25246@ix.netcom.com>
Mbox:
idm.0011.gz
just wondering if anyone on this list is participating in the ACM
competition at UVA this saturday.
friendship is granted, not taken. (principle of least privilege)
#pragma warning(disable:4786)
do you SuperCollide?
make <YOU> happy:
( //made by me
var w;
{
var input, output;
w = GUIWindow.new("panel", Rect.newBy(7, 41, 1135, 816))
.backColor_(rgb(129,84,209));
StringView.new( w, Rect.newBy(433, 348, 235, 58), "M o u s e X -
Y S u r f a c e");
input = AudioIn.ar([1,2]);
output = CombA.ar(
in: input,
maxdelaytime: 0.05,
delaytime: MouseX.kr(0.0, 0.05, 'linear'), // mouse x
decaytime: LFSaw.kr((MouseY.kr(10, 2000, 'linear')))); // mouse
y - sawtooth
output
}.play;
w.close;
)
for every me, there is one of you. (copyright me)
cheers,
christian
---------------------------------------------------------------------
To unsubscribe, e-mail: idm-unsubscribe@hyperreal.org
For additional commands, e-mail: idm-help@hyperreal.org