Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: Radio Bursts From A Old Coffee Pot
name
code content
( { var trigger, fund, flashInst; flashInst = Array.fill(7, { trigger = Dust.kr(2)*PinkNoise.ar(1); fund = rrand(100, 137); Pan2.ar( Mix.ar( Array.fill(7, {arg counter; var partial; partial = counter + 3; //HenonC.ar(fund*partial).atan * DPW3Tri.ar(fund*partial).atan * EnvGen.kr(Env.adsr(0.01, 0, 0.1, 7.0), trigger, 1/partial) *AY.ar(713)* max(0, LFNoise1.kr(rrand(37.0, 73.0))) }) )*0.2, 1.0.rand2) }); Mix.ar(flashInst)*0.6 }.play )
code description
"High-energy Radio Bursts, generated by an old coffee machine of Arab origin, manifest themselves as noise and audio signals, and trigger a magnetic alteration with unpredictable effects;" http://bz-buzz.blogspot.com/2018/10/radio-bursts-from-old-coffee-pot.html http://bzakirasantjago.blogspot.com/
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