{
   "id" : "1-5ei",
   "is_private" : null,
   "code" : "// what can it sound like? see: https://www.youtube.com/watch?v=dRmY3tEwZyE \r\n// the youtube version has been sent through an additional reverb pedal, but\r\n// you don't need the pedal to get something that sounds interesting\r\n\r\n(\r\ns.options.memSize_(16384*10);\r\ns.reboot;\r\ns.waitForBoot({\r\n\t\r\n\tNdef(\\bits, {\r\n\t\tvar t = PulseCount.ar(Impulse.ar(8e3));\r\n\t\tvar u = PulseCount.ar(Impulse.ar(7009));\r\n\t\tvar sig = HPF.ar(\r\n\t\t\t(\r\n\t\t\t\t((t * 15) & (t >> 5)) |\r\n\t\t\t\t((t * 5) & (t >> [3, 4])) |\r\n\t\t\t\t((t * 2) & (t >> 9)) |\r\n\t\t\t\t((t * 8) & (t >> 11)) |\r\n\t\t\t\t(((t*t) & t) | (t >> 3))\r\n\t\t\t\t- 3 % 256\r\n\t\t\t) / 127-1 * 3\r\n\t\t\t, 20\r\n\t\t) * 0.1;\r\n\t\tvar sig2 = LPF.ar(HPF.ar(gcd(t*u, u+t), WhiteNoise.ar()*2000 + 1000), 20);\r\n\t\tsig2 = sig2*sig;\r\n\t\tsig = 0.3*Splay.ar(Limiter.ar(Greyhole.ar(sig + sig2, sig, 0.5, sig), 0.5).flatten);\r\n\t}).play;\r\n});\r\n)",
   "labels" : [
      "8bit",
      "dark",
      "generative",
      "soundscape",
      "ominous",
      "claustrophic"
   ],
   "ancestor_list" : [],
   "description" : "a surprisingly rich soundscape in a few lines of code (lucky accident)",
   "name" : "Locked In",
   "author" : "56228375"
}
