Skip to content

Instantly share code, notes, and snippets.

@mortuosplango
Created September 20, 2015 22:09
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mortuosplango/db40ed93acaeca318c24 to your computer and use it in GitHub Desktop.
Save mortuosplango/db40ed93acaeca318c24 to your computer and use it in GitHub Desktop.
#‎Hackpact2015‬ laad.com.mx/hackpact2015eng.html
‪#‎Day
s.reboot
s.gui
s.scope
p = ProxySpace.push(s)
~beat = { Impulse.ar(8) }
~distri[0] = { PanX.ar(6, ~beat.ar, LFSaw.ar(0.1)) }
~distri[1] = { PanX.ar(6, ~beat.ar, LFNoise1.ar(8).unipolar) * LFClipNoise.ar(8) }
~distri[2] = { PanX.ar(6, ~beat.ar, LFClipNoise.ar(8).unipolar) }
~distri.play
~bd = { SinOsc.ar((Decay2.ar(~distri.ar[0], 0.001, 0.4) * 80) + [10,11]) * 0.4 }
~sn = { SinOsc.ar((Decay2.ar(~distri.ar[1], 0.001, 0.4) * 200) + [10,11]) * 0.1 * RLPF.ar(PinkNoise.ar, (Decay2.ar(~distri.ar[1], 0.001, 0.4) * 1000 + 200).clip(200, 12000), 0.1) }
~hh = { PinkNoise.ar((Decay2.ar(~distri.ar[2], 0.001, 0.1)).dup) * 0.5 }
~chh = { LPF.ar(PinkNoise.ar((Decay2.ar(~distri.ar[3], 0.001, 0.3))), [8000,8010]) * 0.4 }
~bs = { Decay2.ar(~distri.ar[4] + ~distri.ar[0], 0.001, 0.3).round(1.0) * Saw.ar(LFNoise0.kr(0.3).range(30,300) + [0,1]) * 0.1 }
~ml = { Decay2.ar(~distri.ar[4] + ~distri.ar[5], 0.001, 0.3).round(1.0) * Saw.ar(LFNoise0.kr(0.6).range(300,3000) + [-1,1]) * 0.1 }
~ml2 = { Decay2.ar(Splay.ar(~distri.ar), 0.001, 0.1).round(0.5) * Saw.ar(LFNoise0.kr(0.6).range(300,1000) + [-1,1]) * 0.5 }
~ml2.play
~ml.play
~bs.play
~chh.play
~hh.play
~sn.play
~bd.play
p.end(10)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment