Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: alarm with snooze
name
code content
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
code description
now with snooze (press mouse button)
use markdown for formating
category tags
comma separated, i.g. "wild, siren" (do not enter default SC class names, please)
ancestor(s)
comma separated identificators, i.g. "1-C,1-1,1-4M,1-x"
Private?
the code will be accessible by direct url and not visible in public activity
signup to submit public code without captcha
comment of change