Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: UFO Hover
name
code content
( { var saw, bpf; saw = Pulse.ar( freq: [100,150], mul: LFPulse.kr( freq: [0, 0.03, 0.04], width: 0.15)); bpf = LPF.ar(in: saw, freq: SinOsc.kr(-10, -5, 3).range(200, 400)); Out.ar(0, bpf); }.play; )
code description
//Pulse is the UGen. There is multichannel expansion due to the lists in the freqs. The range is a big part of the reason this sounds so deep.
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