Submit
Browse
Anonymous
Login
RSS
SuperCollider Code
Fork Code: greyhole bits
name
code content
( Ndef(\bitshift, { var t = PulseCount.ar(Impulse.ar(8e3)); var sig = HPF.ar( ( ((t * 15) & (t >> 5)) | ((t * 5) & (t >> [3, 4])) | ((t * 2) & (t >> 9)) | ((t * 8) & (t >> 11)) - 3 % 256 ) / 127-1 * 3 , 20 ).distort * 0.2; sig = Greyhole.ar(sig, sig, 0.5, sig).flop.mean/4; }).play; )
code 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 =)
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