«alarm with snooze» by telephon

on 14 Aug'11 16:41 in

now with snooze (press mouse button)

1
2
3
4
5
Ndef(\a, { |freq=2000, rate=1, width=0.6, now = 10|
	LFPulse.kr(rate, 0, 4/6) *
	LFPulse.kr(rate * 6, 0, width) *
	Pulse.ar(freq, 0.3, 0.1) * SetResetFF.kr(Dust.kr(1/now), MouseButton.kr)
}).play
raw 199 chars (focus & ctrl+a+c to copy)
reception
comments