{
   "labels" : [
      "echo",
      "bits"
   ],
   "is_private" : null,
   "id" : "1-4Wa",
   "code" : "(\r\nNdef(\\bitshift, {\r\n    var t = PulseCount.ar(Impulse.ar(8e3));\r\n    var sig = HPF.ar(\r\n        (  \r\n            ((t * 15) & (t >> 5)) |\r\n            ((t * 5) & (t >> [3, 4])) |\r\n            ((t * 2) & (t >> 9)) |\r\n            ((t * 8) & (t >> 11))\r\n            - 3 % 256\r\n        ) / 127-1 * 3\r\n        , 20\r\n    ).distort * 0.2; \r\n    sig = Greyhole.ar(sig, sig, 0.5, sig).flop.mean/4;\r\n}).play;\r\n)",
   "author" : "grirgz",
   "name" : "greyhole bits",
   "ancestor_list" : [],
   "description" : "Not very original since I copied the bit code from http://schemawound.com/post/58980873930/bitwise and added a greyhole. But it sound so amazing I want to share it =)"
}
