{
   "name" : "glitchy noise",
   "author" : "AdamArmfield",
   "ancestor_list" : [],
   "description" : "mouse controls lfo volume in the x axis and band pass filter cut off in y, bit of randomness on the cutoffs and mucho glitchiness results",
   "labels" : [
      "noise",
      "glitch",
      "filtered noise",
      "mouse"
   ],
   "code" : "//mouse controls lfo volume in the x axis and band pass filter cut off in y, bit of randomness on the cutoffs and mucho glitchiness results\r\n{BPF.ar(WhiteNoise.ar(mul: SinOsc.ar(MouseX.kr(0,8),phase:Rand (0,pi), mul:Rand( 0.1,1) )),MouseY.kr(0,20000) * Rand(0,400)  ) +\r\n\r\nBPF.ar(WhiteNoise.ar(mul: SinOsc.ar(MouseX.kr(0,8),phase:Rand (0,pi), mul:Rand( 0.1,1) )),MouseY.kr(0,20000) * Rand(0,400) )  +\r\n\r\nBPF.ar(WhiteNoise.ar(mul: SinOsc.ar(MouseX.kr(0,8),phase:Rand (0,pi), mul:Rand( 0.1,1) )),MouseY.kr(0,20000) * Rand(0,400)  )     }.scope;",
   "is_private" : null,
   "id" : "1-4Sv"
}
